#F2CEC0

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

Shades of Watusi #F2CEC0

Tints of Watusi #F2CEC0

Color information

#F2CEC0 (or 0xF2CEC0) is unknown color: approx Watusi. HEX triplet: F2, CE and C0. RGB value is (242,206,192). Sum of RGB (Red+Green+Blue) = 242+206+192=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEC0 is #0D313F. Grayscale: #D7D7D7. Windows color (decimal): -864576 or 12635890. OLE color: 12635890.

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

Color convert

RGB242206192-
CMYK00.150.210.05
HSL16.8º65.79%85.1%-
HSV(B)16.8º20.66%94.9%-
XYZ68.266.8359.17-
YUV215.17114.93147.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.81%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 192 (75.39% from 255) = 30%
R=37.81%
G=32.19%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220619200.150.210.0516.865.7985.1
HexF2CEC00F155114255
Octal36231630001725521102125
Binary11110010110011101100000001111101011011000110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEC0; }

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

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

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

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

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

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

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

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