Html Css Color HEX #FAE2A0 Buttermilk

📋 copy color: '#FAE2A0'

red 250 ◦ green 226 ◦ blue 160

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

Shades of Buttermilk #FAE2A0

Tints of Buttermilk #FAE2A0

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.53%

 BLUE value IS 160 (62.89% from 255) = 25.16%

R = 39.31%
G = 35.53%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAE2A0 (or 0xFAE2A0) is known color: Buttermilk. HEX triplet: FA, E2 and A0. RGB value is (250,226,160). Sum of RGB (Red+Green+Blue) = 250+226+160=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE2A0 is #051D5F. Grayscale: #E1E1E1. Windows color (decimal): -335200 or 10543866. OLE color: 10543866.

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

Color convert

RGB 250 226 160 -
CMYK 0 0.10 0.36 0.02
HSL 44º 0.9% 0.8% -
HSV(B) 44º 0.36% 0.98% -
XYZ 72.97 77.25 44.32 -
YUV 225.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 250 226 160 0 0.10 0.36 0.02 44 0.9 0.8
Hex FA E2 A0 0 A 24 2 2C 5A 50
Octal 372 342 240 0 12 44 2 54 132 120
Binary 11111010 11100010 10100000 0 1010 100100 10 101100 1011010 1010000

Color Harmonies of #FAE2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2A0

Black with #FAE2A0

Text Example


Text Example

White with #FAE2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2A0; }

 p { color: rgb(250,226,160); }

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

background-color css

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

 a { background-color: rgb(250,226,160); }

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

border-color css

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

 span { border-color: rgb(250,226,160); }

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