#F1C9AA

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

Shades of Desert Sand #F1C9AA

Tints of Desert Sand #F1C9AA

Color information

#F1C9AA (or 0xF1C9AA) is unknown color: approx Desert Sand. HEX triplet: F1, C9 and AA. RGB value is (241,201,170). Sum of RGB (Red+Green+Blue) = 241+201+170=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C9AA is #0E3655. Grayscale: #D1D1D1. Windows color (decimal): -931414 or 11192817. OLE color: 11192817.

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

Color convert

RGB241201170-
CMYK00.170.290.05
HSL26.2º71.72%80.59%-
HSV(B)26.2º29.46%94.51%-
XYZ64.4263.3846.87-
YUV209.43105.75150.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 201 (78.91% from 255) = 32.84%
BLUE value IS 170 (66.80% from 255) = 27.78%
R=39.38%
G=32.84%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120117000.170.290.0526.271.7280.59
HexF1C9AA0111D51a4851
Octal36131125202135532110121
Binary111100011100100110101010010001111011011101010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C9AA; }

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

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

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

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

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

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

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

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