#f2bb9c

Color #F2BB9C Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #F2BB9C

Tints of Mandys Pink #F2BB9C

Color information

#F2BB9C (or 0xF2BB9C) is unknown color: approx Mandys Pink. HEX triplet: F2, BB and 9C. RGB value is (242,187,156). Sum of RGB (Red+Green+Blue) = 242+187+156=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BB9C is #0D4463. Grayscale: #C8C8C8. Windows color (decimal): -869476 or 10271730. OLE color: 10271730.

HSL color Cylindrical-coordinate representation of color #F2BB9C: hue angle of 21.63º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2BB9C is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242187156-
CMYK00.230.360.05
HSL21.63º76.79%78.04%-
HSV(B)21.63º35.54%94.9%-
XYZ60.3956.8239.24-
YUV199.91103.22158.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 156 (61.33% from 255) = 26.67%
R=41.37%
G=31.97%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218715600.230.360.0521.6376.7978.04
HexF2BB9C017245164d4e
Octal36227323402744526115116
Binary1111001010111011100111000101111001001011011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2bb9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2bb9c; }

 p { color: rgb(242,187,156); }

 H1.HeaderClassName
 {
   color: #f2bb9c;
 }
 .AnyTagClassName
 {
   color: #f2bb9c;
 }
</style>
background-color css

<style>
 a { background-color: #f2bb9c; }

 a { background-color: rgb(242,187,156); }

 div.DivClassName
 {
   background-color: #f2bb9c;
 }
 .BgClassName
 {
   background-color: #f2bb9c;
 }
</style>
border-color css

<style>
 span { border-color: #f2bb9c; }

 span { border-color: rgb(242,187,156); }

 td.TdClassName
 {
   border-color: #f2bb9c;
 }
 .TagClassName
 {
   border-color: #f2bb9c;
 }
</style>