#F1C7AF

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

Shades of Desert Sand #F1C7AF

Tints of Desert Sand #F1C7AF

Color information

#F1C7AF (or 0xF1C7AF) is unknown color: approx Desert Sand. HEX triplet: F1, C7 and AF. RGB value is (241,199,175). Sum of RGB (Red+Green+Blue) = 241+199+175=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C7AF is #0E3850. Grayscale: #D0D0D0. Windows color (decimal): -931921 or 11519985. OLE color: 11519985.

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

Color convert

RGB241199175-
CMYK00.170.270.05
HSL21.82º70.21%81.57%-
HSV(B)21.82º27.39%94.51%-
XYZ64.4462.6449.25-
YUV208.82108.91150.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 199 (78.12% from 255) = 32.36%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=39.19%
G=32.36%
B=28.46%

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
Decimal24119917500.170.270.0521.8270.2181.57
HexF1C7AF0111B5164652
Octal36130725702133526106122
Binary111100011100011110101111010001110111011011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7AF; }

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

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

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

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

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

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

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

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