#F1C9AF

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

Shades of Desert Sand #F1C9AF

Tints of Desert Sand #F1C9AF

Color information

#F1C9AF (or 0xF1C9AF) is unknown color: approx Desert Sand. HEX triplet: F1, C9 and AF. RGB value is (241,201,175). Sum of RGB (Red+Green+Blue) = 241+201+175=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C9AF is #0E3650. Grayscale: #D2D2D2. Windows color (decimal): -931409 or 11520497. OLE color: 11520497.

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

Color convert

RGB241201175-
CMYK00.170.270.05
HSL23.64º70.21%81.57%-
HSV(B)23.64º27.39%94.51%-
XYZ64.963.5749.41-
YUV210108.25150.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 201 (78.91% from 255) = 32.58%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=39.06%
G=32.58%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120117500.170.270.0523.6470.2181.57
HexF1C9AF0111B5184652
Octal36131125702133530106122
Binary111100011100100110101111010001110111011100010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C9AF; }

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

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

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

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

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

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

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

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