Html Css Color HEX #F4E0B6 Wheat

📋 copy color: '#F4E0B6'

red 244 ◦ green 224 ◦ blue 182

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

Shades of Wheat #F4E0B6

Tints of Wheat #F4E0B6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.46%

 BLUE value IS 182 (71.48% from 255) = 28%

R = 37.54%
G = 34.46%
B = 28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F4E0B6 (or 0xF4E0B6) is known color: Wheat. HEX triplet: F4, E0 and B6. RGB value is (244,224,182). Sum of RGB (Red+Green+Blue) = 244+224+182=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 182 (71.48% from 255 or 28% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E0B6 is #0B1F49. Grayscale: #E1E1E1. Windows color (decimal): -728906 or 11985140. OLE color: 11985140.

HSL color Cylindrical-coordinate representation of color #F4E0B6: hue angle of 40.65º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4E0B6 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 224 182 -
CMYK 0 0.08 0.25 0.04
HSL 40.65º 0.74% 0.84% -
HSV(B) 40.65º 0.25% 0.96% -
XYZ 72.41 75.92 55.09 -
YUV 225.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 244 224 182 0 0.08 0.25 0.04 40.65 0.74 0.84
Hex F4 E0 B6 0 8 19 4 29 4A 54
Octal 364 340 266 0 10 31 4 51 112 124
Binary 11110100 11100000 10110110 0 1000 11001 100 101001 1001010 1010100

Color Harmonies of #F4E0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E0B6

Black with #F4E0B6

Text Example


Text Example

White with #F4E0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E0B6; }

 p { color: rgb(244,224,182); }

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

background-color css

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

 a { background-color: rgb(244,224,182); }

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

border-color css

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

 span { border-color: rgb(244,224,182); }

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