Html Css Color HEX #FAE0B4 Wheat

📋 copy color: '#FAE0B4'

red 250 ◦ green 224 ◦ blue 180

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

Shades of Wheat #FAE0B4

Tints of Wheat #FAE0B4

RGB

 RED value IS 250 (98.05% from 255) = 38.23%

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

 BLUE value IS 180 (70.7% from 255) = 27.52%

R = 38.23%
G = 34.25%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAE0B4 (or 0xFAE0B4) is known color: Wheat. HEX triplet: FA, E0 and B4. RGB value is (250,224,180). Sum of RGB (Red+Green+Blue) = 250+224+180=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 180 (70.70% from 255 or 27.52% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0B4 is #051F4B. Grayscale: #E2E2E2. Windows color (decimal): -335692 or 11854074. OLE color: 11854074.

HSL color Cylindrical-coordinate representation of color #FAE0B4: hue angle of 37.71º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAE0B4 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 224 180 -
CMYK 0 0.10 0.28 0.02
HSL 37.71º 0.88% 0.84% -
HSV(B) 37.71º 0.28% 0.98% -
XYZ 74.32 76.93 54.11 -
YUV 226.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 250 224 180 0 0.10 0.28 0.02 37.71 0.88 0.84
Hex FA E0 B4 0 A 1C 2 26 58 54
Octal 372 340 264 0 12 34 2 46 130 124
Binary 11111010 11100000 10110100 0 1010 11100 10 100110 1011000 1010100

Color Harmonies of #FAE0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0B4

Black with #FAE0B4

Text Example


Text Example

White with #FAE0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0B4; }

 p { color: rgb(250,224,180); }

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

background-color css

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

 a { background-color: rgb(250,224,180); }

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

border-color css

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

 span { border-color: rgb(250,224,180); }

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