#F1C6AA

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

Shades of Desert Sand #F1C6AA

Tints of Desert Sand #F1C6AA

Color information

#F1C6AA (or 0xF1C6AA) is unknown color: approx Desert Sand. HEX triplet: F1, C6 and AA. RGB value is (241,198,170). Sum of RGB (Red+Green+Blue) = 241+198+170=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C6AA is #0E3955. Grayscale: #CFCFCF. Windows color (decimal): -932182 or 11192049. OLE color: 11192049.

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

Color convert

RGB241198170-
CMYK00.180.290.05
HSL23.66º71.72%80.59%-
HSV(B)23.66º29.46%94.51%-
XYZ63.7361.9946.64-
YUV207.66106.75151.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.57%
GREEN value IS 198 (77.73% from 255) = 32.51%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=39.57%
G=32.51%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119817000.180.290.0523.6671.7280.59
HexF1C6AA0121D5184851
Octal36130625202235530110121
Binary111100011100011010101010010010111011011100010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6AA; }

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

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

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

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

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

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

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

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