#F0CDBE

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

Shades of Watusi #F0CDBE

Tints of Watusi #F0CDBE

Color information

#F0CDBE (or 0xF0CDBE) is unknown color: approx Watusi. HEX triplet: F0, CD and BE. RGB value is (240,205,190). Sum of RGB (Red+Green+Blue) = 240+205+190=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDBE is #0F3241. Grayscale: #D5D5D5. Windows color (decimal): -995906 or 12504560. OLE color: 12504560.

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

Color convert

RGB240205190-
CMYK00.150.210.06
HSL18º62.5%84.31%-
HSV(B)18º20.83%94.12%-
XYZ67.0665.9157.9-
YUV213.75114.6146.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=37.80%
G=32.28%
B=29.92%

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
Decimal24020519000.150.210.061862.584.31
HexF0CDBE0F156123e54
Octal3603152760172562276124
Binary1111000011001101101111100111110101110100101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDBE; }

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

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

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

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

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

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

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

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