#F1CCAC

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

Shades of Desert Sand #F1CCAC

Tints of Desert Sand #F1CCAC

Color information

#F1CCAC (or 0xF1CCAC) is unknown color: approx Desert Sand. HEX triplet: F1, CC and AC. RGB value is (241,204,172). Sum of RGB (Red+Green+Blue) = 241+204+172=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CCAC is #0E3353. Grayscale: #D3D3D3. Windows color (decimal): -930644 or 11324657. OLE color: 11324657.

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

Color convert

RGB241204172-
CMYK00.150.290.05
HSL27.83º71.13%80.98%-
HSV(B)27.83º28.63%94.51%-
XYZ65.3164.8748.11-
YUV211.42105.76149.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 172 (67.58% from 255) = 27.88%
R=39.06%
G=33.06%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120417200.150.290.0527.8371.1380.98
HexF1CCAC0F1D51c4751
Octal36131425401735534107121
Binary11110001110011001010110001111111011011110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCAC; }

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

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

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

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

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

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

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

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