Html Css Color HEX #F0C7AC Desert Sand

📋 copy color: '#F0C7AC'

red 240 ◦ green 199 ◦ blue 172

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

Shades of Desert Sand #F0C7AC

Tints of Desert Sand #F0C7AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.15%

R = 39.28%
G = 32.57%
B = 28.15%

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

#F0C7AC (or 0xF0C7AC) is known color: Desert Sand. HEX triplet: F0, C7 and AC. RGB value is (240,199,172). Sum of RGB (Red+Green+Blue) = 240+199+172=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C7AC is #0F3853. Grayscale: #D0D0D0. Windows color (decimal): -997460 or 11323376. OLE color: 11323376.

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

Color convert

RGB 240 199 172 -
CMYK 0 0.17 0.28 0.06
HSL 23.82º 0.69% 0.81% -
HSV(B) 23.82º 0.28% 0.94% -
XYZ 63.81 62.35 47.7 -
YUV 208.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 240 199 172 0 0.17 0.28 0.06 23.82 0.69 0.81
Hex F0 C7 AC 0 11 1C 6 18 45 51
Octal 360 307 254 0 21 34 6 30 105 121
Binary 11110000 11000111 10101100 0 10001 11100 110 11000 1000101 1010001

Color Harmonies of #F0C7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C7AC

Black with #F0C7AC

Text Example


Text Example

White with #F0C7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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