#F0C6AC

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

Shades of Desert Sand #F0C6AC

Tints of Desert Sand #F0C6AC

Color information

#F0C6AC (or 0xF0C6AC) is unknown color: approx Desert Sand. HEX triplet: F0, C6 and AC. RGB value is (240,198,172). Sum of RGB (Red+Green+Blue) = 240+198+172=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C6AC is #0F3953. Grayscale: #CFCFCF. Windows color (decimal): -997716 or 11323120. OLE color: 11323120.

HSL color Cylindrical-coordinate representation of color #F0C6AC: hue angle of 22.94º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0C6AC is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240198172-
CMYK00.180.280.06
HSL22.94º69.39%80.78%-
HSV(B)22.94º28.33%94.12%-
XYZ63.5861.8947.63-
YUV207.59107.91151.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 198 (77.73% from 255) = 32.46%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=39.34%
G=32.46%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019817200.180.280.0622.9469.3980.78
HexF0C6AC0121C6174551
Octal36030625402234627105121
Binary111100001100011010101100010010111001101011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C6AC; }

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

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

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

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

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

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

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

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