#F0C6AF

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

Shades of Desert Sand #F0C6AF

Tints of Desert Sand #F0C6AF

Color information

#F0C6AF (or 0xF0C6AF) is unknown color: approx Desert Sand. HEX triplet: F0, C6 and AF. RGB value is (240,198,175). Sum of RGB (Red+Green+Blue) = 240+198+175=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C6AF is #0F3950. Grayscale: #D0D0D0. Windows color (decimal): -997713 or 11519728. OLE color: 11519728.

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

Color convert

RGB240198175-
CMYK00.180.270.06
HSL21.23º68.42%81.37%-
HSV(B)21.23º27.08%94.12%-
XYZ63.8762.0149.16-
YUV207.94109.41150.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=39.15%
G=32.30%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019817500.180.270.0621.2368.4281.37
HexF0C6AF0121B6154451
Octal36030625702233625104121
Binary111100001100011010101111010010110111101010110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C6AF; }

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

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

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

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

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

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

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

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