Html Css Color HEX #F2DEAE Wheat

📋 copy color: '#F2DEAE'

red 242 ◦ green 222 ◦ blue 174

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

Shades of Wheat #F2DEAE

Tints of Wheat #F2DEAE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.8%

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

R = 37.93%
G = 34.8%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2DEAE (or 0xF2DEAE) is known color: Wheat. HEX triplet: F2, DE and AE. RGB value is (242,222,174). Sum of RGB (Red+Green+Blue) = 242+222+174=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DEAE is #0D2151. Grayscale: #DEDEDE. Windows color (decimal): -860498 or 11460338. OLE color: 11460338.

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

Color convert

RGB 242 222 174 -
CMYK 0 0.08 0.28 0.05
HSL 42.35º 0.72% 0.82% -
HSV(B) 42.35º 0.28% 0.95% -
XYZ 70.38 74.18 50.65 -
YUV 222.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 242 222 174 0 0.08 0.28 0.05 42.35 0.72 0.82
Hex F2 DE AE 0 8 1C 5 2A 48 52
Octal 362 336 256 0 10 34 5 52 110 122
Binary 11110010 11011110 10101110 0 1000 11100 101 101010 1001000 1010010

Color Harmonies of #F2DEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DEAE

Black with #F2DEAE

Text Example


Text Example

White with #F2DEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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