#f0cbb7

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

Shades of Watusi #F0CBB7

Tints of Watusi #F0CBB7

Color information

#F0CBB7 (or 0xF0CBB7) is unknown color: approx Watusi. HEX triplet: F0, CB and B7. RGB value is (240,203,183). Sum of RGB (Red+Green+Blue) = 240+203+183=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBB7 is #0F3448. Grayscale: #D3D3D3. Windows color (decimal): -996425 or 12045296. OLE color: 12045296.

HSL color Cylindrical-coordinate representation of color #F0CBB7: hue angle of 21.05º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0CBB7 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB240203183-
CMYK00.150.240.06
HSL21.05º65.52%82.94%-
HSV(B)21.05º23.75%94.12%-
XYZ65.8464.6653.81-
YUV211.78111.76148.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.34%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 183 (71.88% from 255) = 29.23%
R=38.34%
G=32.43%
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.06
SystemRedGreenBlueCMYKHSL
Decimal24020318300.150.240.0621.0565.5282.94
HexF0CBB70F186154253
Octal36031326701730625102123
Binary11110000110010111011011101111110001101010110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0cbb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0cbb7; }

 p { color: rgb(240,203,183); }

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

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

 a { background-color: rgb(240,203,183); }

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

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

 span { border-color: rgb(240,203,183); }

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