#F0CAB5

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

Shades of Watusi #F0CAB5

Tints of Watusi #F0CAB5

Color information

#F0CAB5 (or 0xF0CAB5) is unknown color: approx Watusi. HEX triplet: F0, CA and B5. RGB value is (240,202,181). Sum of RGB (Red+Green+Blue) = 240+202+181=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CAB5 is #0F354A. Grayscale: #D3D3D3. Windows color (decimal): -996683 or 11913968. OLE color: 11913968.

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

Color convert

RGB240202181-
CMYK00.160.250.06
HSL21.36º66.29%82.55%-
HSV(B)21.36º24.58%94.12%-
XYZ65.464.152.64-
YUV210.97111.09148.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 181 (71.09% from 255) = 29.05%
R=38.52%
G=32.42%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020218100.160.250.0621.3666.2982.55
HexF0CAB5010196154253
Octal36031226502031625102123
Binary111100001100101010110101010000110011101010110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CAB5; }

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

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

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

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

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

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

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

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