#F1CCAE

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

Shades of Desert Sand #F1CCAE

Tints of Desert Sand #F1CCAE

Color information

#F1CCAE (or 0xF1CCAE) is unknown color: approx Desert Sand. HEX triplet: F1, CC and AE. RGB value is (241,204,174). Sum of RGB (Red+Green+Blue) = 241+204+174=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CCAE is #0E3351. Grayscale: #D3D3D3. Windows color (decimal): -930642 or 11455729. OLE color: 11455729.

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

Color convert

RGB241204174-
CMYK00.150.280.05
HSL26.87º70.53%81.37%-
HSV(B)26.87º27.8%94.51%-
XYZ65.5164.9449.13-
YUV211.64106.76148.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=38.93%
G=32.96%
B=28.11%

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
Decimal24120417400.150.280.0526.8770.5381.37
HexF1CCAE0F1C51b4751
Octal36131425601734533107121
Binary11110001110011001010111001111111001011101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCAE; }

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

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

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

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

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

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

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

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