#F2D0AE

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

Shades of Desert Sand #F2D0AE

Tints of Desert Sand #F2D0AE

Color information

#F2D0AE (or 0xF2D0AE) is unknown color: approx Desert Sand. HEX triplet: F2, D0 and AE. RGB value is (242,208,174). Sum of RGB (Red+Green+Blue) = 242+208+174=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D0AE is #0D2F51. Grayscale: #D6D6D6. Windows color (decimal): -864082 or 11456754. OLE color: 11456754.

HSL color Cylindrical-coordinate representation of color #F2D0AE: hue angle of 30º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2D0AE is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242208174-
CMYK00.140.280.05
HSL30º72.34%81.57%-
HSV(B)30º28.1%94.9%-
XYZ66.8167.0449.46-
YUV214.29105.26147.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 208 (81.64% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=38.78%
G=33.33%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220817400.140.280.053072.3481.57
HexF2D0AE0E1C51e4852
Octal36232025601634536110122
Binary11110010110100001010111001110111001011111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D0AE; }

 p { color: rgb(242,208,174); }

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

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

 a { background-color: rgb(242,208,174); }

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

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

 span { border-color: rgb(242,208,174); }

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