#F2CABD

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

Shades of Watusi #F2CABD

Tints of Watusi #F2CABD

Color information

#F2CABD (or 0xF2CABD) is unknown color: approx Watusi. HEX triplet: F2, CA and BD. RGB value is (242,202,189). Sum of RGB (Red+Green+Blue) = 242+202+189=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CABD is #0D3542. Grayscale: #D4D4D4. Windows color (decimal): -865603 or 12438258. OLE color: 12438258.

HSL color Cylindrical-coordinate representation of color #F2CABD: hue angle of 14.72º 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 #F2CABD is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB242202189-
CMYK00.170.220.05
HSL14.72º67.09%84.51%-
HSV(B)14.72º21.9%94.9%-
XYZ66.9264.7957.12-
YUV212.48114.75149.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=38.23%
G=31.91%
B=29.86%

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
Decimal24220218900.170.220.0514.7267.0984.51
HexF2CABD011165f4355
Octal36231227502126517103125
Binary11110010110010101011110101000110110101111110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CABD; }

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

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

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

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

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

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

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

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