Html Css Color HEX #F2C9AB Desert Sand

📋 copy color: '#F2C9AB'

red 242 ◦ green 201 ◦ blue 171

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

Shades of Desert Sand #F2C9AB

Tints of Desert Sand #F2C9AB

RGB

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

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

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

R = 39.41%
G = 32.74%
B = 27.85%

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

#F2C9AB (or 0xF2C9AB) is known color: Desert Sand. HEX triplet: F2, C9 and AB. RGB value is (242,201,171). Sum of RGB (Red+Green+Blue) = 242+201+171=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C9AB is #0D3654. Grayscale: #D2D2D2. Windows color (decimal): -865877 or 11258354. OLE color: 11258354.

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

Color convert

RGB 242 201 171 -
CMYK 0 0.17 0.29 0.05
HSL 25.35º 0.73% 0.81% -
HSV(B) 25.35º 0.29% 0.95% -
XYZ 64.86 63.59 47.38 -
YUV 209.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 242 201 171 0 0.17 0.29 0.05 25.35 0.73 0.81
Hex F2 C9 AB 0 11 1D 5 19 49 51
Octal 362 311 253 0 21 35 5 31 111 121
Binary 11110010 11001001 10101011 0 10001 11101 101 11001 1001001 1010001

Color Harmonies of #F2C9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C9AB

Black with #F2C9AB

Text Example


Text Example

White with #F2C9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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