Html Css Color HEX #FAE5A9 Buttermilk

📋 copy color: '#FAE5A9'

red 250 ◦ green 229 ◦ blue 169

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

Shades of Buttermilk #FAE5A9

Tints of Buttermilk #FAE5A9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.34%

 BLUE value IS 169 (66.41% from 255) = 26.08%

R = 38.58%
G = 35.34%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAE5A9 (or 0xFAE5A9) is known color: Buttermilk. HEX triplet: FA, E5 and A9. RGB value is (250,229,169). Sum of RGB (Red+Green+Blue) = 250+229+169=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 169 (66.41% from 255 or 26.08% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5A9 is #051A56. Grayscale: #E4E4E4. Windows color (decimal): -334423 or 11134458. OLE color: 11134458.

HSL color Cylindrical-coordinate representation of color #FAE5A9: hue angle of 44.44º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAE5A9 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 229 169 -
CMYK 0 0.08 0.32 0.02
HSL 44.44º 0.89% 0.82% -
HSV(B) 44.44º 0.32% 0.98% -
XYZ 74.61 79.23 48.9 -
YUV 228.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 250 229 169 0 0.08 0.32 0.02 44.44 0.89 0.82
Hex FA E5 A9 0 8 20 2 2C 59 52
Octal 372 345 251 0 10 40 2 54 131 122
Binary 11111010 11100101 10101001 0 1000 100000 10 101100 1011001 1010010

Color Harmonies of #FAE5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5A9

Black with #FAE5A9

Text Example


Text Example

White with #FAE5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5A9; }

 p { color: rgb(250,229,169); }

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

background-color css

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

 a { background-color: rgb(250,229,169); }

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

border-color css

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

 span { border-color: rgb(250,229,169); }

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