Html Css Color HEX #F0C7AB Desert Sand

📋 copy color: '#F0C7AB'

red 240 ◦ green 199 ◦ blue 171

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

Shades of Desert Sand #F0C7AB

Tints of Desert Sand #F0C7AB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.62%

 BLUE value IS 171 (67.19% from 255) = 28.03%

R = 39.34%
G = 32.62%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0C7AB (or 0xF0C7AB) is known color: Desert Sand. HEX triplet: F0, C7 and AB. RGB value is (240,199,171). Sum of RGB (Red+Green+Blue) = 240+199+171=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C7AB is #0F3854. Grayscale: #D0D0D0. Windows color (decimal): -997461 or 11257840. OLE color: 11257840.

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

Color convert

RGB 240 199 171 -
CMYK 0 0.17 0.29 0.06
HSL 24.35º 0.7% 0.81% -
HSV(B) 24.35º 0.29% 0.94% -
XYZ 63.71 62.31 47.2 -
YUV 208.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 240 199 171 0 0.17 0.29 0.06 24.35 0.7 0.81
Hex F0 C7 AB 0 11 1D 6 18 46 51
Octal 360 307 253 0 21 35 6 30 106 121
Binary 11110000 11000111 10101011 0 10001 11101 110 11000 1000110 1010001

Color Harmonies of #F0C7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C7AB

Black with #F0C7AB

Text Example


Text Example

White with #F0C7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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