Html Css Color HEX #FAE4AA Buttermilk

📋 copy color: '#FAE4AA'

red 250 ◦ green 228 ◦ blue 170

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

Shades of Buttermilk #FAE4AA

Tints of Buttermilk #FAE4AA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.19%

 BLUE value IS 170 (66.8% from 255) = 26.23%

R = 38.58%
G = 35.19%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAE4AA (or 0xFAE4AA) is known color: Buttermilk. HEX triplet: FA, E4 and AA. RGB value is (250,228,170). Sum of RGB (Red+Green+Blue) = 250+228+170=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4AA is #051B55. Grayscale: #E4E4E4. Windows color (decimal): -334678 or 11199738. OLE color: 11199738.

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

Color convert

RGB 250 228 170 -
CMYK 0 0.09 0.32 0.02
HSL 43.5º 0.89% 0.82% -
HSV(B) 43.5º 0.32% 0.98% -
XYZ 74.42 78.71 49.3 -
YUV 227.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 250 228 170 0 0.09 0.32 0.02 43.5 0.89 0.82
Hex FA E4 AA 0 9 20 2 2C 59 52
Octal 372 344 252 0 11 40 2 54 131 122
Binary 11111010 11100100 10101010 0 1001 100000 10 101100 1011001 1010010

Color Harmonies of #FAE4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4AA

Black with #FAE4AA

Text Example


Text Example

White with #FAE4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4AA; }

 p { color: rgb(250,228,170); }

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

background-color css

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

 a { background-color: rgb(250,228,170); }

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

border-color css

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

 span { border-color: rgb(250,228,170); }

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