#F1CCAA

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

Shades of Desert Sand #F1CCAA

Tints of Desert Sand #F1CCAA

Color information

#F1CCAA (or 0xF1CCAA) is unknown color: approx Desert Sand. HEX triplet: F1, CC and AA. RGB value is (241,204,170). Sum of RGB (Red+Green+Blue) = 241+204+170=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CCAA is #0E3355. Grayscale: #D3D3D3. Windows color (decimal): -930646 or 11193585. OLE color: 11193585.

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

Color convert

RGB241204170-
CMYK00.150.290.05
HSL28.73º71.72%80.59%-
HSV(B)28.73º29.46%94.51%-
XYZ65.1264.7947.1-
YUV211.19104.76149.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 170 (66.80% from 255) = 27.64%
R=39.19%
G=33.17%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120417000.150.290.0528.7371.7280.59
HexF1CCAA0F1D51d4851
Octal36131425201735535110121
Binary11110001110011001010101001111111011011110110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCAA; }

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

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

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

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

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

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

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

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