#F2C9BD

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

Shades of Watusi #F2C9BD

Tints of Watusi #F2C9BD

Color information

#F2C9BD (or 0xF2C9BD) is unknown color: approx Watusi. HEX triplet: F2, C9 and BD. RGB value is (242,201,189). Sum of RGB (Red+Green+Blue) = 242+201+189=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C9BD is #0D3642. Grayscale: #D3D3D3. Windows color (decimal): -865859 or 12438002. OLE color: 12438002.

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

Color convert

RGB242201189-
CMYK00.170.220.05
HSL13.58º67.09%84.51%-
HSV(B)13.58º21.9%94.9%-
XYZ66.6964.3257.05-
YUV211.89115.08149.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.29%
GREEN value IS 201 (78.91% from 255) = 31.80%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=38.29%
G=31.80%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220118900.170.220.0513.5867.0984.51
HexF2C9BD011165e4355
Octal36231127502126516103125
Binary11110010110010011011110101000110110101111010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C9BD; }

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

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

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

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

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

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

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

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