#F0C7AD

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

Shades of Desert Sand #F0C7AD

Tints of Desert Sand #F0C7AD

Color information

#F0C7AD (or 0xF0C7AD) is unknown color: approx Desert Sand. HEX triplet: F0, C7 and AD. RGB value is (240,199,173). Sum of RGB (Red+Green+Blue) = 240+199+173=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C7AD is #0F3852. Grayscale: #D0D0D0. Windows color (decimal): -997459 or 11388912. OLE color: 11388912.

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

Color convert

RGB240199173-
CMYK00.170.280.06
HSL23.28º69.07%80.98%-
HSV(B)23.28º27.92%94.12%-
XYZ63.962.3948.21-
YUV208.3108.08150.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.22%
GREEN value IS 199 (78.12% from 255) = 32.52%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=39.22%
G=32.52%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019917300.170.280.0623.2869.0780.98
HexF0C7AD0111C6174551
Octal36030725502134627105121
Binary111100001100011110101101010001111001101011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C7AD; }

 p { color: rgb(240,199,173); }

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

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

 a { background-color: rgb(240,199,173); }

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

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

 span { border-color: rgb(240,199,173); }

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