#F0C8AB

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

Shades of Desert Sand #F0C8AB

Tints of Desert Sand #F0C8AB

Color information

#F0C8AB (or 0xF0C8AB) is unknown color: approx Desert Sand. HEX triplet: F0, C8 and AB. RGB value is (240,200,171). Sum of RGB (Red+Green+Blue) = 240+200+171=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C8AB is #0F3754. Grayscale: #D0D0D0. Windows color (decimal): -997205 or 11258096. OLE color: 11258096.

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

Color convert

RGB240200171-
CMYK00.170.290.06
HSL25.22º69.7%80.59%-
HSV(B)25.22º28.75%94.12%-
XYZ63.9462.7747.27-
YUV208.65106.75150.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 171 (67.19% from 255) = 27.99%
R=39.28%
G=32.73%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020017100.170.290.0625.2269.780.59
HexF0C8AB0111D6194651
Octal36031025302135631106121
Binary111100001100100010101011010001111011101100110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C8AB; }

 p { color: rgb(240,200,171); }

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

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

 a { background-color: rgb(240,200,171); }

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

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

 span { border-color: rgb(240,200,171); }

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