#F1D0AE

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

Shades of Desert Sand #F1D0AE

Tints of Desert Sand #F1D0AE

Color information

#F1D0AE (or 0xF1D0AE) is unknown color: approx Desert Sand. HEX triplet: F1, D0 and AE. RGB value is (241,208,174). Sum of RGB (Red+Green+Blue) = 241+208+174=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D0AE is #0E2F51. Grayscale: #D6D6D6. Windows color (decimal): -929618 or 11456753. OLE color: 11456753.

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

Color convert

RGB241208174-
CMYK00.140.280.05
HSL30.45º70.53%81.37%-
HSV(B)30.45º27.8%94.51%-
XYZ66.4766.8749.45-
YUV213.99105.43147.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 174 (68.36% from 255) = 27.93%
R=38.68%
G=33.39%
B=27.93%

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
Decimal24120817400.140.280.0530.4570.5381.37
HexF1D0AE0E1C51e4751
Octal36132025601634536107121
Binary11110001110100001010111001110111001011111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D0AE; }

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

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

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

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

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

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

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

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