Html Css Color HEX #F0C8AD Desert Sand

📋 copy color: '#F0C8AD'

red 240 ◦ green 200 ◦ blue 173

#F0C8AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Sand #F0C8AD

Tints of Desert Sand #F0C8AD

RGB

 RED value IS 240 (94.14% from 255) = 39.15%

 GREEN value IS 200 (78.52% from 255) = 32.63%

 BLUE value IS 173 (67.97% from 255) = 28.22%

R = 39.15%
G = 32.63%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0C8AD (or 0xF0C8AD) is known color: Desert Sand. HEX triplet: F0, C8 and AD. RGB value is (240,200,173). Sum of RGB (Red+Green+Blue) = 240+200+173=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C8AD is #0F3752. Grayscale: #D1D1D1. Windows color (decimal): -997203 or 11389168. OLE color: 11389168.

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

Color convert

RGB 240 200 173 -
CMYK 0 0.17 0.28 0.06
HSL 24.18º 0.69% 0.81% -
HSV(B) 24.18º 0.28% 0.94% -
XYZ 64.13 62.85 48.29 -
YUV 208.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 240 200 173 0 0.17 0.28 0.06 24.18 0.69 0.81
Hex F0 C8 AD 0 11 1C 6 18 45 51
Octal 360 310 255 0 21 34 6 30 105 121
Binary 11110000 11001000 10101101 0 10001 11100 110 11000 1000101 1010001

Color Harmonies of #F0C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8AD

Black with #F0C8AD

Text Example


Text Example

White with #F0C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8AD; }

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

 H1.HeaderClassName
 {
   color: #F0C8AD;
 }
 .AnyTagClassName
 {
   color: #F0C8AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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