#F1C6AC

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

Shades of Desert Sand #F1C6AC

Tints of Desert Sand #F1C6AC

Color information

#F1C6AC (or 0xF1C6AC) is unknown color: approx Desert Sand. HEX triplet: F1, C6 and AC. RGB value is (241,198,172). Sum of RGB (Red+Green+Blue) = 241+198+172=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C6AC is #0E3953. Grayscale: #D0D0D0. Windows color (decimal): -932180 or 11323121. OLE color: 11323121.

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

Color convert

RGB241198172-
CMYK00.180.290.05
HSL22.61º71.13%80.98%-
HSV(B)22.61º28.63%94.51%-
XYZ63.9262.0747.64-
YUV207.89107.75151.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 198 (77.73% from 255) = 32.41%
BLUE value IS 172 (67.58% from 255) = 28.15%
R=39.44%
G=32.41%
B=28.15%

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
Decimal24119817200.180.290.0522.6171.1380.98
HexF1C6AC0121D5174751
Octal36130625402235527107121
Binary111100011100011010101100010010111011011011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6AC; }

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

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

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

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

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

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

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

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