#F0CCBE

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

Shades of Watusi #F0CCBE

Tints of Watusi #F0CCBE

Color information

#F0CCBE (or 0xF0CCBE) is unknown color: approx Watusi. HEX triplet: F0, CC and BE. RGB value is (240,204,190). Sum of RGB (Red+Green+Blue) = 240+204+190=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCBE is #0F3341. Grayscale: #D5D5D5. Windows color (decimal): -996162 or 12504304. OLE color: 12504304.

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

Color convert

RGB240204190-
CMYK00.150.210.06
HSL16.8º62.5%84.31%-
HSV(B)16.8º20.83%94.12%-
XYZ66.8265.4357.82-
YUV213.17114.93147.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 190 (74.61% from 255) = 29.97%
R=37.85%
G=32.18%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020419000.150.210.0616.862.584.31
HexF0CCBE0F156113e54
Octal3603142760172562176124
Binary1111000011001100101111100111110101110100011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCBE; }

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

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

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

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

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

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

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

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