#F2CCC0

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

Shades of Watusi #F2CCC0

Tints of Watusi #F2CCC0

Color information

#F2CCC0 (or 0xF2CCC0) is unknown color: approx Watusi. HEX triplet: F2, CC and C0. RGB value is (242,204,192). Sum of RGB (Red+Green+Blue) = 242+204+192=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCC0 is #0D333F. Grayscale: #D6D6D6. Windows color (decimal): -865088 or 12635378. OLE color: 12635378.

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

Color convert

RGB242204192-
CMYK00.160.210.05
HSL14.4º65.79%85.1%-
HSV(B)14.4º20.66%94.9%-
XYZ67.7365.8759.01-
YUV213.99115.59147.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=37.93%
G=31.97%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220419200.160.210.0514.465.7985.1
HexF2CCC0010155e4255
Octal36231430002025516102125
Binary11110010110011001100000001000010101101111010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCC0; }

 p { color: rgb(242,204,192); }

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

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

 a { background-color: rgb(242,204,192); }

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

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

 span { border-color: rgb(242,204,192); }

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