Html Css Color HEX #FAE1A1 Buttermilk

📋 copy color: '#FAE1A1'

red 250 ◦ green 225 ◦ blue 161

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

Shades of Buttermilk #FAE1A1

Tints of Buttermilk #FAE1A1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.38%

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

R = 39.31%
G = 35.38%
B = 25.31%

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

#FAE1A1 (or 0xFAE1A1) is known color: Buttermilk. HEX triplet: FA, E1 and A1. RGB value is (250,225,161). Sum of RGB (Red+Green+Blue) = 250+225+161=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 161 (63.28% from 255 or 25.31% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE1A1 is #051E5E. Grayscale: #E1E1E1. Windows color (decimal): -335455 or 10609146. OLE color: 10609146.

HSL color Cylindrical-coordinate representation of color #FAE1A1: hue angle of 43.15º 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 #FAE1A1 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 225 161 -
CMYK 0 0.10 0.36 0.02
HSL 43.15º 0.9% 0.81% -
HSV(B) 43.15º 0.36% 0.98% -
XYZ 72.78 76.75 44.7 -
YUV 225.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 250 225 161 0 0.10 0.36 0.02 43.15 0.9 0.81
Hex FA E1 A1 0 A 24 2 2B 5A 51
Octal 372 341 241 0 12 44 2 53 132 121
Binary 11111010 11100001 10100001 0 1010 100100 10 101011 1011010 1010001

Color Harmonies of #FAE1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE1A1

Black with #FAE1A1

Text Example


Text Example

White with #FAE1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE1A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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