#F1C8AC

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

Shades of Desert Sand #F1C8AC

Tints of Desert Sand #F1C8AC

Color information

#F1C8AC (or 0xF1C8AC) is unknown color: approx Desert Sand. HEX triplet: F1, C8 and AC. RGB value is (241,200,172). Sum of RGB (Red+Green+Blue) = 241+200+172=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C8AC is #0E3753. Grayscale: #D1D1D1. Windows color (decimal): -931668 or 11323633. OLE color: 11323633.

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

Color convert

RGB241200172-
CMYK00.170.290.05
HSL24.35º71.13%80.98%-
HSV(B)24.35º28.63%94.51%-
XYZ64.3862.9947.79-
YUV209.07107.08150.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 200 (78.52% from 255) = 32.63%
BLUE value IS 172 (67.58% from 255) = 28.06%
R=39.31%
G=32.63%
B=28.06%

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
Decimal24120017200.170.290.0524.3571.1380.98
HexF1C8AC0111D5184751
Octal36131025402135530107121
Binary111100011100100010101100010001111011011100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8AC; }

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

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

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

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

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

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

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

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