Html Css Color HEX #F0C8AF Desert Sand

📋 copy color: '#F0C8AF'

red 240 ◦ green 200 ◦ blue 175

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

Shades of Desert Sand #F0C8AF

Tints of Desert Sand #F0C8AF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.52%

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

R = 39.02%
G = 32.52%
B = 28.46%

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

#F0C8AF (or 0xF0C8AF) is known color: Desert Sand. HEX triplet: F0, C8 and AF. RGB value is (240,200,175). Sum of RGB (Red+Green+Blue) = 240+200+175=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C8AF is #0F3750. Grayscale: #D1D1D1. Windows color (decimal): -997201 or 11520240. OLE color: 11520240.

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

Color convert

RGB 240 200 175 -
CMYK 0 0.17 0.27 0.06
HSL 23.08º 0.68% 0.81% -
HSV(B) 23.08º 0.27% 0.94% -
XYZ 64.33 62.93 49.31 -
YUV 209.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 240 200 175 0 0.17 0.27 0.06 23.08 0.68 0.81
Hex F0 C8 AF 0 11 1B 6 17 44 51
Octal 360 310 257 0 21 33 6 27 104 121
Binary 11110000 11001000 10101111 0 10001 11011 110 10111 1000100 1010001

Color Harmonies of #F0C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8AF

Black with #F0C8AF

Text Example


Text Example

White with #F0C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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