Html Css Color HEX #F0C7AE Desert Sand

📋 copy color: '#F0C7AE'

red 240 ◦ green 199 ◦ blue 174

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

Shades of Desert Sand #F0C7AE

Tints of Desert Sand #F0C7AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.38%

R = 39.15%
G = 32.46%
B = 28.38%

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

#F0C7AE (or 0xF0C7AE) is known color: Desert Sand. HEX triplet: F0, C7 and AE. RGB value is (240,199,174). Sum of RGB (Red+Green+Blue) = 240+199+174=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C7AE is #0F3851. Grayscale: #D0D0D0. Windows color (decimal): -997458 or 11454448. OLE color: 11454448.

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

Color convert

RGB 240 199 174 -
CMYK 0 0.17 0.28 0.06
HSL 22.73º 0.69% 0.81% -
HSV(B) 22.73º 0.28% 0.94% -
XYZ 64 62.43 48.72 -
YUV 208.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 240 199 174 0 0.17 0.28 0.06 22.73 0.69 0.81
Hex F0 C7 AE 0 11 1C 6 17 45 51
Octal 360 307 256 0 21 34 6 27 105 121
Binary 11110000 11000111 10101110 0 10001 11100 110 10111 1000101 1010001

Color Harmonies of #F0C7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C7AE

Black with #F0C7AE

Text Example


Text Example

White with #F0C7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C7AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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