Html Css Color HEX #F0C5AB Desert Sand

📋 copy color: '#F0C5AB'

red 240 ◦ green 197 ◦ blue 171

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

Shades of Desert Sand #F0C5AB

Tints of Desert Sand #F0C5AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.13%

R = 39.47%
G = 32.4%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0C5AB (or 0xF0C5AB) is known color: Desert Sand. HEX triplet: F0, C5 and AB. RGB value is (240,197,171). Sum of RGB (Red+Green+Blue) = 240+197+171=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C5AB is #0F3A54. Grayscale: #CFCFCF. Windows color (decimal): -997973 or 11257328. OLE color: 11257328.

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

Color convert

RGB 240 197 171 -
CMYK 0 0.18 0.29 0.06
HSL 22.61º 0.7% 0.81% -
HSV(B) 22.61º 0.29% 0.94% -
XYZ 63.25 61.4 47.05 -
YUV 206.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 240 197 171 0 0.18 0.29 0.06 22.61 0.7 0.81
Hex F0 C5 AB 0 12 1D 6 17 46 51
Octal 360 305 253 0 22 35 6 27 106 121
Binary 11110000 11000101 10101011 0 10010 11101 110 10111 1000110 1010001

Color Harmonies of #F0C5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C5AB

Black with #F0C5AB

Text Example


Text Example

White with #F0C5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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