#F0C9B3

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

Shades of Desert Sand #F0C9B3

Tints of Desert Sand #F0C9B3

Color information

#F0C9B3 (or 0xF0C9B3) is unknown color: approx Desert Sand. HEX triplet: F0, C9 and B3. RGB value is (240,201,179). Sum of RGB (Red+Green+Blue) = 240+201+179=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9B3 is #0F364C. Grayscale: #D2D2D2. Windows color (decimal): -996941 or 11782640. OLE color: 11782640.

HSL color Cylindrical-coordinate representation of color #F0C9B3: hue angle of 21.64º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0C9B3 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB240201179-
CMYK00.160.250.06
HSL21.64º67.03%82.16%-
HSV(B)21.64º25.42%94.12%-
XYZ64.9663.5551.49-
YUV210.15110.42149.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 179 (70.31% from 255) = 28.87%
R=38.71%
G=32.42%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020117900.160.250.0621.6467.0382.16
HexF0C9B3010196164352
Octal36031126302031626103122
Binary111100001100100110110011010000110011101011010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C9B3; }

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

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

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

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

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

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

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

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