#F0CABE

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

Shades of Watusi #F0CABE

Tints of Watusi #F0CABE

Color information

#F0CABE (or 0xF0CABE) is unknown color: approx Watusi. HEX triplet: F0, CA and BE. RGB value is (240,202,190). Sum of RGB (Red+Green+Blue) = 240+202+190=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CABE is #0F3541. Grayscale: #D4D4D4. Windows color (decimal): -996674 or 12503792. OLE color: 12503792.

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

Color convert

RGB240202190-
CMYK00.160.210.06
HSL14.4º62.5%84.31%-
HSV(B)14.4º20.83%94.12%-
XYZ66.3564.4857.66-
YUV211.99115.59147.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 190 (74.61% from 255) = 30.06%
R=37.97%
G=31.96%
B=30.06%

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
Decimal24020219000.160.210.0614.462.584.31
HexF0CABE010156e3e54
Octal3603122760202561676124
Binary1111000011001010101111100100001010111011101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CABE; }

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

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

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

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

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

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

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

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