#F2CEBC

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

Shades of Watusi #F2CEBC

Tints of Watusi #F2CEBC

Color information

#F2CEBC (or 0xF2CEBC) is unknown color: approx Watusi. HEX triplet: F2, CE and BC. RGB value is (242,206,188). Sum of RGB (Red+Green+Blue) = 242+206+188=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEBC is #0D3143. Grayscale: #D6D6D6. Windows color (decimal): -864580 or 12373746. OLE color: 12373746.

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

Color convert

RGB242206188-
CMYK00.150.220.05
HSL20º67.5%84.31%-
HSV(B)20º22.31%94.9%-
XYZ67.7766.6556.87-
YUV214.71112.93147.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 188 (73.83% from 255) = 29.56%
R=38.05%
G=32.39%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220618800.150.220.052067.584.31
HexF2CEBC0F165144454
Octal36231627401726524104124
Binary11110010110011101011110001111101101011010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEBC; }

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

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

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

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

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

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

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

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