#F1CAAA

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

Shades of Desert Sand #F1CAAA

Tints of Desert Sand #F1CAAA

Color information

#F1CAAA (or 0xF1CAAA) is unknown color: approx Desert Sand. HEX triplet: F1, CA and AA. RGB value is (241,202,170). Sum of RGB (Red+Green+Blue) = 241+202+170=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CAAA is #0E3555. Grayscale: #D2D2D2. Windows color (decimal): -931158 or 11193073. OLE color: 11193073.

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

Color convert

RGB241202170-
CMYK00.160.290.05
HSL27.04º71.72%80.59%-
HSV(B)27.04º29.46%94.51%-
XYZ64.6563.8446.95-
YUV210.01105.42150.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=39.31%
G=32.95%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120217000.160.290.0527.0471.7280.59
HexF1CAAA0101D51b4851
Octal36131225202035533110121
Binary111100011100101010101010010000111011011101110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAAA; }

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

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

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

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

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

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

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

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