#F0CEBE

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

Shades of Watusi #F0CEBE

Tints of Watusi #F0CEBE

Color information

#F0CEBE (or 0xF0CEBE) is unknown color: approx Watusi. HEX triplet: F0, CE and BE. RGB value is (240,206,190). Sum of RGB (Red+Green+Blue) = 240+206+190=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEBE is #0F3141. Grayscale: #D6D6D6. Windows color (decimal): -995650 or 12504816. OLE color: 12504816.

HSL color Cylindrical-coordinate representation of color #F0CEBE: hue angle of 19.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0CEBE is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240206190-
CMYK00.140.210.06
HSL19.2º62.5%84.31%-
HSV(B)19.2º20.83%94.12%-
XYZ67.366.3957.98-
YUV214.34114.26146.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=37.74%
G=32.39%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020619000.140.210.0619.262.584.31
HexF0CEBE0E156133e54
Octal3603162760162562376124
Binary1111000011001110101111100111010101110100111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEBE; }

 p { color: rgb(240,206,190); }

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

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

 a { background-color: rgb(240,206,190); }

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

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

 span { border-color: rgb(240,206,190); }

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