#F0C9AB

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

Shades of Desert Sand #F0C9AB

Tints of Desert Sand #F0C9AB

Color information

#F0C9AB (or 0xF0C9AB) is unknown color: approx Desert Sand. HEX triplet: F0, C9 and AB. RGB value is (240,201,171). Sum of RGB (Red+Green+Blue) = 240+201+171=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C9AB is #0F3654. Grayscale: #D1D1D1. Windows color (decimal): -996949 or 11258352. OLE color: 11258352.

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

Color convert

RGB240201171-
CMYK00.160.290.06
HSL26.09º69.7%80.59%-
HSV(B)26.09º28.75%94.12%-
XYZ64.1763.2447.35-
YUV209.24106.42149.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.22%
GREEN value IS 201 (78.91% from 255) = 32.84%
BLUE value IS 171 (67.19% from 255) = 27.94%
R=39.22%
G=32.84%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020117100.160.290.0626.0969.780.59
HexF0C9AB0101D61a4651
Octal36031125302035632106121
Binary111100001100100110101011010000111011101101010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C9AB; }

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

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

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

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

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

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

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

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