#F2CEB9

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

Shades of Watusi #F2CEB9

Tints of Watusi #F2CEB9

Color information

#F2CEB9 (or 0xF2CEB9) is unknown color: approx Watusi. HEX triplet: F2, CE and B9. RGB value is (242,206,185). Sum of RGB (Red+Green+Blue) = 242+206+185=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEB9 is #0D3146. Grayscale: #D6D6D6. Windows color (decimal): -864583 or 12177138. OLE color: 12177138.

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

Color convert

RGB242206185-
CMYK00.150.240.05
HSL22.11º68.67%83.73%-
HSV(B)22.11º23.55%94.9%-
XYZ67.4566.5255.18-
YUV214.37111.43147.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 185 (72.66% from 255) = 29.23%
R=38.23%
G=32.54%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220618500.150.240.0522.1168.6783.73
HexF2CEB90F185164554
Octal36231627101730526105124
Binary11110010110011101011100101111110001011011010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEB9; }

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

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

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

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

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

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

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

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