#F2C9BB

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

Shades of Watusi #F2C9BB

Tints of Watusi #F2C9BB

Color information

#F2C9BB (or 0xF2C9BB) is unknown color: approx Watusi. HEX triplet: F2, C9 and BB. RGB value is (242,201,187). Sum of RGB (Red+Green+Blue) = 242+201+187=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C9BB is #0D3644. Grayscale: #D3D3D3. Windows color (decimal): -865861 or 12306930. OLE color: 12306930.

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

Color convert

RGB242201187-
CMYK00.170.230.05
HSL15.27º67.9%84.12%-
HSV(B)15.27º22.73%94.9%-
XYZ66.4764.2455.91-
YUV211.66114.08149.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 201 (78.91% from 255) = 31.90%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=38.41%
G=31.90%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220118700.170.230.0515.2767.984.12
HexF2C9BB011175f4454
Octal36231127302127517104124
Binary11110010110010011011101101000110111101111110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C9BB; }

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

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

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

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

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

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

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

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