Html Css Color HEX #F0C9AD Desert Sand

📋 copy color: '#F0C9AD'

red 240 ◦ green 201 ◦ blue 173

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

Shades of Desert Sand #F0C9AD

Tints of Desert Sand #F0C9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.74%

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

R = 39.09%
G = 32.74%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0C9AD (or 0xF0C9AD) is known color: Desert Sand. HEX triplet: F0, C9 and AD. RGB value is (240,201,173). Sum of RGB (Red+Green+Blue) = 240+201+173=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C9AD is #0F3652. Grayscale: #D1D1D1. Windows color (decimal): -996947 or 11389424. OLE color: 11389424.

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

Color convert

RGB 240 201 173 -
CMYK 0 0.16 0.28 0.06
HSL 25.07º 0.69% 0.81% -
HSV(B) 25.07º 0.28% 0.94% -
XYZ 64.36 63.32 48.36 -
YUV 209.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 240 201 173 0 0.16 0.28 0.06 25.07 0.69 0.81
Hex F0 C9 AD 0 10 1C 6 19 45 51
Octal 360 311 255 0 20 34 6 31 105 121
Binary 11110000 11001001 10101101 0 10000 11100 110 11001 1000101 1010001

Color Harmonies of #F0C9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9AD

Black with #F0C9AD

Text Example


Text Example

White with #F0C9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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