Html Css Color HEX #F2C7AE Desert Sand

📋 copy color: '#F2C7AE'

red 242 ◦ green 199 ◦ blue 174

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

Shades of Desert Sand #F2C7AE

Tints of Desert Sand #F2C7AE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.36%

 BLUE value IS 174 (68.36% from 255) = 28.29%

R = 39.35%
G = 32.36%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2C7AE (or 0xF2C7AE) is known color: Desert Sand. HEX triplet: F2, C7 and AE. RGB value is (242,199,174). Sum of RGB (Red+Green+Blue) = 242+199+174=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C7AE is #0D3851. Grayscale: #D1D1D1. Windows color (decimal): -866386 or 11454450. OLE color: 11454450.

HSL color Cylindrical-coordinate representation of color #F2C7AE: hue angle of 22.06º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2C7AE is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 199 174 -
CMYK 0 0.18 0.28 0.05
HSL 22.06º 0.72% 0.82% -
HSV(B) 22.06º 0.28% 0.95% -
XYZ 64.68 62.78 48.75 -
YUV 209.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 242 199 174 0 0.18 0.28 0.05 22.06 0.72 0.82
Hex F2 C7 AE 0 12 1C 5 16 48 52
Octal 362 307 256 0 22 34 5 26 110 122
Binary 11110010 11000111 10101110 0 10010 11100 101 10110 1001000 1010010

Color Harmonies of #F2C7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7AE

Black with #F2C7AE

Text Example


Text Example

White with #F2C7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7AE; }

 p { color: rgb(242,199,174); }

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

background-color css

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

 a { background-color: rgb(242,199,174); }

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

border-color css

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

 span { border-color: rgb(242,199,174); }

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