Html Css Color HEX #F2C9AD Desert Sand

📋 copy color: '#F2C9AD'

red 242 ◦ green 201 ◦ blue 173

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

Shades of Desert Sand #F2C9AD

Tints of Desert Sand #F2C9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.63%

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

R = 39.29%
G = 32.63%
B = 28.08%

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

#F2C9AD (or 0xF2C9AD) is known color: Desert Sand. HEX triplet: F2, C9 and AD. RGB value is (242,201,173). Sum of RGB (Red+Green+Blue) = 242+201+173=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C9AD is #0D3652. Grayscale: #D2D2D2. Windows color (decimal): -865875 or 11389426. OLE color: 11389426.

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

Color convert

RGB 242 201 173 -
CMYK 0 0.17 0.29 0.05
HSL 24.35º 0.73% 0.81% -
HSV(B) 24.35º 0.29% 0.95% -
XYZ 65.05 63.67 48.4 -
YUV 210.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 242 201 173 0 0.17 0.29 0.05 24.35 0.73 0.81
Hex F2 C9 AD 0 11 1D 5 18 49 51
Octal 362 311 255 0 21 35 5 30 111 121
Binary 11110010 11001001 10101101 0 10001 11101 101 11000 1001001 1010001

Color Harmonies of #F2C9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C9AD

Black with #F2C9AD

Text Example


Text Example

White with #F2C9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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