Html Css Color HEX #F2D9AD Wheat

📋 copy color: '#F2D9AD'

red 242 ◦ green 217 ◦ blue 173

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

Shades of Wheat #F2D9AD

Tints of Wheat #F2D9AD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.34%

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

R = 38.29%
G = 34.34%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2D9AD (or 0xF2D9AD) is known color: Wheat. HEX triplet: F2, D9 and AD. RGB value is (242,217,173). Sum of RGB (Red+Green+Blue) = 242+217+173=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D9AD is #0D2652. Grayscale: #DBDBDB. Windows color (decimal): -861779 or 11393522. OLE color: 11393522.

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

Color convert

RGB 242 217 173 -
CMYK 0 0.10 0.29 0.05
HSL 38.26º 0.73% 0.81% -
HSV(B) 38.26º 0.29% 0.95% -
XYZ 68.97 71.52 49.7 -
YUV 219.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 242 217 173 0 0.10 0.29 0.05 38.26 0.73 0.81
Hex F2 D9 AD 0 A 1D 5 26 49 51
Octal 362 331 255 0 12 35 5 46 111 121
Binary 11110010 11011001 10101101 0 1010 11101 101 100110 1001001 1010001

Color Harmonies of #F2D9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9AD

Black with #F2D9AD

Text Example


Text Example

White with #F2D9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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