#F0C9BE

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

Shades of Watusi #F0C9BE

Tints of Watusi #F0C9BE

Color information

#F0C9BE (or 0xF0C9BE) is unknown color: approx Watusi. HEX triplet: F0, C9 and BE. RGB value is (240,201,190). Sum of RGB (Red+Green+Blue) = 240+201+190=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9BE is #0F3641. Grayscale: #D3D3D3. Windows color (decimal): -996930 or 12503536. OLE color: 12503536.

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

Color convert

RGB240201190-
CMYK00.160.210.06
HSL13.2º62.5%84.31%-
HSV(B)13.2º20.83%94.12%-
XYZ66.1264.0257.59-
YUV211.41115.92148.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.03%
GREEN value IS 201 (78.91% from 255) = 31.85%
BLUE value IS 190 (74.61% from 255) = 30.11%
R=38.03%
G=31.85%
B=30.11%

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
Decimal24020119000.160.210.0613.262.584.31
HexF0C9BE010156d3e54
Octal3603112760202561576124
Binary1111000011001001101111100100001010111011011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C9BE; }

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

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

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

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

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

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

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

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