Html Css Color HEX #F0C7AF Desert Sand

📋 copy color: '#F0C7AF'

red 240 ◦ green 199 ◦ blue 175

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

Shades of Desert Sand #F0C7AF

Tints of Desert Sand #F0C7AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.5%

R = 39.09%
G = 32.41%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0C7AF (or 0xF0C7AF) is known color: Desert Sand. HEX triplet: F0, C7 and AF. RGB value is (240,199,175). Sum of RGB (Red+Green+Blue) = 240+199+175=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C7AF is #0F3850. Grayscale: #D0D0D0. Windows color (decimal): -997457 or 11519984. OLE color: 11519984.

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

Color convert

RGB 240 199 175 -
CMYK 0 0.17 0.27 0.06
HSL 22.15º 0.68% 0.81% -
HSV(B) 22.15º 0.27% 0.94% -
XYZ 64.1 62.47 49.24 -
YUV 208.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 240 199 175 0 0.17 0.27 0.06 22.15 0.68 0.81
Hex F0 C7 AF 0 11 1B 6 16 44 51
Octal 360 307 257 0 21 33 6 26 104 121
Binary 11110000 11000111 10101111 0 10001 11011 110 10110 1000100 1010001

Color Harmonies of #F0C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C7AF

Black with #F0C7AF

Text Example


Text Example

White with #F0C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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