#F1CAAE

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

Shades of Desert Sand #F1CAAE

Tints of Desert Sand #F1CAAE

Color information

#F1CAAE (or 0xF1CAAE) is unknown color: approx Desert Sand. HEX triplet: F1, CA and AE. RGB value is (241,202,174). Sum of RGB (Red+Green+Blue) = 241+202+174=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CAAE is #0E3551. Grayscale: #D2D2D2. Windows color (decimal): -931154 or 11455217. OLE color: 11455217.

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

Color convert

RGB241202174-
CMYK00.160.280.05
HSL25.07º70.53%81.37%-
HSV(B)25.07º27.8%94.51%-
XYZ65.046448.97-
YUV210.47107.42149.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=39.06%
G=32.74%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120217400.160.280.0525.0770.5381.37
HexF1CAAE0101C5194751
Octal36131225602034531107121
Binary111100011100101010101110010000111001011100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAAE; }

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

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

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

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

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

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

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

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