Html Css Color HEX #FAE5A1 Buttermilk

📋 copy color: '#FAE5A1'

red 250 ◦ green 229 ◦ blue 161

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

Shades of Buttermilk #FAE5A1

Tints of Buttermilk #FAE5A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.16%

R = 39.06%
G = 35.78%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAE5A1 (or 0xFAE5A1) is known color: Buttermilk. HEX triplet: FA, E5 and A1. RGB value is (250,229,161). Sum of RGB (Red+Green+Blue) = 250+229+161=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 161 (63.28% from 255 or 25.16% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5A1 is #051A5E. Grayscale: #E3E3E3. Windows color (decimal): -334431 or 10610170. OLE color: 10610170.

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

Color convert

RGB 250 229 161 -
CMYK 0 0.08 0.36 0.02
HSL 45.84º 0.9% 0.81% -
HSV(B) 45.84º 0.36% 0.98% -
XYZ 73.88 78.94 45.06 -
YUV 227.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 250 229 161 0 0.08 0.36 0.02 45.84 0.9 0.81
Hex FA E5 A1 0 8 24 2 2E 5A 51
Octal 372 345 241 0 10 44 2 56 132 121
Binary 11111010 11100101 10100001 0 1000 100100 10 101110 1011010 1010001

Color Harmonies of #FAE5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5A1

Black with #FAE5A1

Text Example


Text Example

White with #FAE5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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