#F0CABD

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

Shades of Watusi #F0CABD

Tints of Watusi #F0CABD

Color information

#F0CABD (or 0xF0CABD) is unknown color: approx Watusi. HEX triplet: F0, CA and BD. RGB value is (240,202,189). Sum of RGB (Red+Green+Blue) = 240+202+189=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CABD is #0F3542. Grayscale: #D3D3D3. Windows color (decimal): -996675 or 12438256. OLE color: 12438256.

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

Color convert

RGB240202189-
CMYK00.160.210.06
HSL15.29º62.96%84.12%-
HSV(B)15.29º21.25%94.12%-
XYZ66.2464.4457.09-
YUV211.88115.09148.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.03%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=38.03%
G=32.01%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020218900.160.210.0615.2962.9684.12
HexF0CABD010156f3f54
Octal3603122750202561777124
Binary1111000011001010101111010100001010111011111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CABD; }

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

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

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

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

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

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

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

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