Html Css Color HEX #F2C8AD Desert Sand

📋 copy color: '#F2C8AD'

red 242 ◦ green 200 ◦ blue 173

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

Shades of Desert Sand #F2C8AD

Tints of Desert Sand #F2C8AD

RGB

 RED value IS 242 (94.92% from 255) = 39.35%

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

 BLUE value IS 173 (67.97% from 255) = 28.13%

R = 39.35%
G = 32.52%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2C8AD (or 0xF2C8AD) is known color: Desert Sand. HEX triplet: F2, C8 and AD. RGB value is (242,200,173). Sum of RGB (Red+Green+Blue) = 242+200+173=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C8AD is #0D3752. Grayscale: #D1D1D1. Windows color (decimal): -866131 or 11389170. OLE color: 11389170.

HSL color Cylindrical-coordinate representation of color #F2C8AD: hue angle of 23.48º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2C8AD is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 200 173 -
CMYK 0 0.17 0.29 0.05
HSL 23.48º 0.73% 0.81% -
HSV(B) 23.48º 0.29% 0.95% -
XYZ 64.82 63.2 48.32 -
YUV 209.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 242 200 173 0 0.17 0.29 0.05 23.48 0.73 0.81
Hex F2 C8 AD 0 11 1D 5 17 49 51
Octal 362 310 255 0 21 35 5 27 111 121
Binary 11110010 11001000 10101101 0 10001 11101 101 10111 1001001 1010001

Color Harmonies of #F2C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C8AD

Black with #F2C8AD

Text Example


Text Example

White with #F2C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C8AD; }

 p { color: rgb(242,200,173); }

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

background-color css

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

 a { background-color: rgb(242,200,173); }

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

border-color css

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

 span { border-color: rgb(242,200,173); }

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