Html Css Color HEX #F4DEAE Wheat

📋 copy color: '#F4DEAE'

red 244 ◦ green 222 ◦ blue 174

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

Shades of Wheat #F4DEAE

Tints of Wheat #F4DEAE

RGB

 RED value IS 244 (95.7% from 255) = 38.13%

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

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

R = 38.13%
G = 34.69%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F4DEAE (or 0xF4DEAE) is known color: Wheat. HEX triplet: F4, DE and AE. RGB value is (244,222,174). Sum of RGB (Red+Green+Blue) = 244+222+174=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DEAE is #0B2151. Grayscale: #DFDFDF. Windows color (decimal): -729426 or 11460340. OLE color: 11460340.

HSL color Cylindrical-coordinate representation of color #F4DEAE: hue angle of 41.14º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4DEAE is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 222 174 -
CMYK 0 0.09 0.29 0.04
HSL 41.14º 0.76% 0.82% -
HSV(B) 41.14º 0.29% 0.96% -
XYZ 71.07 74.53 50.68 -
YUV 223.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 244 222 174 0 0.09 0.29 0.04 41.14 0.76 0.82
Hex F4 DE AE 0 9 1D 4 29 4C 52
Octal 364 336 256 0 11 35 4 51 114 122
Binary 11110100 11011110 10101110 0 1001 11101 100 101001 1001100 1010010

Color Harmonies of #F4DEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DEAE

Black with #F4DEAE

Text Example


Text Example

White with #F4DEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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