#F0CFBD

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

Shades of Watusi #F0CFBD

Tints of Watusi #F0CFBD

Color information

#F0CFBD (or 0xF0CFBD) is unknown color: approx Watusi. HEX triplet: F0, CF and BD. RGB value is (240,207,189). Sum of RGB (Red+Green+Blue) = 240+207+189=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFBD is #0F3042. Grayscale: #D6D6D6. Windows color (decimal): -995395 or 12439536. OLE color: 12439536.

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

Color convert

RGB240207189-
CMYK00.140.210.06
HSL21.18º62.96%84.12%-
HSV(B)21.18º21.25%94.12%-
XYZ67.4366.8357.49-
YUV214.81113.43145.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=37.74%
G=32.55%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020718900.140.210.0621.1862.9684.12
HexF0CFBD0E156153f54
Octal3603172750162562577124
Binary1111000011001111101111010111010101110101011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFBD; }

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

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

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

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

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

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

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

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