#F0CAB6

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

Shades of Watusi #F0CAB6

Tints of Watusi #F0CAB6

Color information

#F0CAB6 (or 0xF0CAB6) is unknown color: approx Watusi. HEX triplet: F0, CA and B6. RGB value is (240,202,182). Sum of RGB (Red+Green+Blue) = 240+202+182=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 182 (71.48% from 255 or 29.17% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CAB6 is #0F3549. Grayscale: #D3D3D3. Windows color (decimal): -996682 or 11979504. OLE color: 11979504.

HSL color Cylindrical-coordinate representation of color #F0CAB6: hue angle of 20.69º 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 #F0CAB6 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB240202182-
CMYK00.160.240.06
HSL20.69º65.91%82.75%-
HSV(B)20.69º24.17%94.12%-
XYZ65.564.1453.18-
YUV211.08111.59148.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 182 (71.48% from 255) = 29.17%
R=38.46%
G=32.37%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020218200.160.240.0620.6965.9182.75
HexF0CAB6010186154253
Octal36031226602030625102123
Binary111100001100101010110110010000110001101010110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CAB6; }

 p { color: rgb(240,202,182); }

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

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

 a { background-color: rgb(240,202,182); }

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

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

 span { border-color: rgb(240,202,182); }

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