#F1CEAE

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

Shades of Desert Sand #F1CEAE

Tints of Desert Sand #F1CEAE

Color information

#F1CEAE (or 0xF1CEAE) is unknown color: approx Desert Sand. HEX triplet: F1, CE and AE. RGB value is (241,206,174). Sum of RGB (Red+Green+Blue) = 241+206+174=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CEAE is #0E3151. Grayscale: #D4D4D4. Windows color (decimal): -930130 or 11456241. OLE color: 11456241.

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

Color convert

RGB241206174-
CMYK00.150.280.05
HSL28.66º70.53%81.37%-
HSV(B)28.66º27.8%94.51%-
XYZ65.9965.949.29-
YUV212.82106.1148.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 174 (68.36% from 255) = 28.02%
R=38.81%
G=33.17%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120617400.150.280.0528.6670.5381.37
HexF1CEAE0F1C51d4751
Octal36131625601734535107121
Binary11110001110011101010111001111111001011110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEAE; }

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

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

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

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

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

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

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

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