Html Css Color HEX #F0C5AC Desert Sand

📋 copy color: '#F0C5AC'

red 240 ◦ green 197 ◦ blue 172

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

Shades of Desert Sand #F0C5AC

Tints of Desert Sand #F0C5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.35%

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

R = 39.41%
G = 32.35%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0C5AC (or 0xF0C5AC) is known color: Desert Sand. HEX triplet: F0, C5 and AC. RGB value is (240,197,172). Sum of RGB (Red+Green+Blue) = 240+197+172=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C5AC is #0F3A53. Grayscale: #CFCFCF. Windows color (decimal): -997972 or 11322864. OLE color: 11322864.

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

Color convert

RGB 240 197 172 -
CMYK 0 0.18 0.28 0.06
HSL 22.06º 0.69% 0.81% -
HSV(B) 22.06º 0.28% 0.94% -
XYZ 63.35 61.44 47.55 -
YUV 207.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 240 197 172 0 0.18 0.28 0.06 22.06 0.69 0.81
Hex F0 C5 AC 0 12 1C 6 16 45 51
Octal 360 305 254 0 22 34 6 26 105 121
Binary 11110000 11000101 10101100 0 10010 11100 110 10110 1000101 1010001

Color Harmonies of #F0C5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C5AC

Black with #F0C5AC

Text Example


Text Example

White with #F0C5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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