#F0CEBB

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

Shades of Watusi #F0CEBB

Tints of Watusi #F0CEBB

Color information

#F0CEBB (or 0xF0CEBB) is unknown color: approx Watusi. HEX triplet: F0, CE and BB. RGB value is (240,206,187). Sum of RGB (Red+Green+Blue) = 240+206+187=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEBB is #0F3144. Grayscale: #D6D6D6. Windows color (decimal): -995653 or 12308208. OLE color: 12308208.

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

Color convert

RGB240206187-
CMYK00.140.220.06
HSL21.51º63.86%83.73%-
HSV(B)21.51º22.08%94.12%-
XYZ66.9866.2656.27-
YUV214112.76146.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=37.91%
G=32.54%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020618700.140.220.0621.5163.8683.73
HexF0CEBB0E166164054
Octal36031627301626626100124
Binary11110000110011101011101101110101101101011010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEBB; }

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

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

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

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

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

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

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

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