#F2C8AD

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

Shades of Desert Sand #F2C8AD

Tints of Desert Sand #F2C8AD

Color information

#F2C8AD (or 0xF2C8AD) is unknown color: approx Desert Sand. HEX triplet: F2, C8 and AD. RGB value is (242,200,173). Sum of RGB (Red+Green+Blue) = 242+200+173=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C8AD is #0D3752. Grayscale: #D1D1D1. Windows color (decimal): -866131 or 11389170. OLE color: 11389170.

HSL color Cylindrical-coordinate representation of color #F2C8AD: hue angle of 23.48º 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 #F2C8AD is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242200173-
CMYK00.170.290.05
HSL23.48º72.63%81.37%-
HSV(B)23.48º28.51%94.9%-
XYZ64.8263.248.32-
YUV209.48107.41151.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 200 (78.52% from 255) = 32.52%
BLUE value IS 173 (67.97% from 255) = 28.13%
R=39.35%
G=32.52%
B=28.13%

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
Decimal24220017300.170.290.0523.4872.6381.37
HexF2C8AD0111D5174951
Octal36231025502135527111121
Binary111100101100100010101101010001111011011011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C8AD; }

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

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

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

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

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

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

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

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