#F2C9AD

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

Shades of Desert Sand #F2C9AD

Tints of Desert Sand #F2C9AD

Color information

#F2C9AD (or 0xF2C9AD) is unknown color: approx Desert Sand. HEX triplet: F2, C9 and AD. RGB value is (242,201,173). Sum of RGB (Red+Green+Blue) = 242+201+173=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C9AD is #0D3652. Grayscale: #D2D2D2. Windows color (decimal): -865875 or 11389426. OLE color: 11389426.

HSL color Cylindrical-coordinate representation of color #F2C9AD: hue angle of 24.35º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2C9AD is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242201173-
CMYK00.170.290.05
HSL24.35º72.63%81.37%-
HSV(B)24.35º28.51%94.9%-
XYZ65.0563.6748.4-
YUV210.07107.08150.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 201 (78.91% from 255) = 32.63%
BLUE value IS 173 (67.97% from 255) = 28.08%
R=39.29%
G=32.63%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220117300.170.290.0524.3572.6381.37
HexF2C9AD0111D5184951
Octal36231125502135530111121
Binary111100101100100110101101010001111011011100010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C9AD; }

 p { color: rgb(242,201,173); }

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

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

 a { background-color: rgb(242,201,173); }

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

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

 span { border-color: rgb(242,201,173); }

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