#F1CEAF

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

Shades of Desert Sand #F1CEAF

Tints of Desert Sand #F1CEAF

Color information

#F1CEAF (or 0xF1CEAF) is unknown color: approx Desert Sand. HEX triplet: F1, CE and AF. RGB value is (241,206,175). Sum of RGB (Red+Green+Blue) = 241+206+175=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CEAF is #0E3150. Grayscale: #D5D5D5. Windows color (decimal): -930129 or 11521777. OLE color: 11521777.

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

Color convert

RGB241206175-
CMYK00.150.270.05
HSL28.18º70.21%81.57%-
HSV(B)28.18º27.39%94.51%-
XYZ66.0865.9449.8-
YUV212.93106.6148.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 175 (68.75% from 255) = 28.14%
R=38.75%
G=33.12%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120617500.150.270.0528.1870.2181.57
HexF1CEAF0F1B51c4652
Octal36131625701733534106122
Binary11110001110011101010111101111110111011110010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEAF; }

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

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

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

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

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

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

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

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