Html Css Color HEX #FAE4A8 Buttermilk

📋 copy color: '#FAE4A8'

red 250 ◦ green 228 ◦ blue 168

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

Shades of Buttermilk #FAE4A8

Tints of Buttermilk #FAE4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.01%

R = 38.7%
G = 35.29%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAE4A8 (or 0xFAE4A8) is known color: Buttermilk. HEX triplet: FA, E4 and A8. RGB value is (250,228,168). Sum of RGB (Red+Green+Blue) = 250+228+168=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 168 (66.02% from 255 or 26.01% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4A8 is #051B57. Grayscale: #E3E3E3. Windows color (decimal): -334680 or 11068666. OLE color: 11068666.

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

Color convert

RGB 250 228 168 -
CMYK 0 0.09 0.33 0.02
HSL 43.9º 0.89% 0.82% -
HSV(B) 43.9º 0.33% 0.98% -
XYZ 74.24 78.64 48.31 -
YUV 227.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 250 228 168 0 0.09 0.33 0.02 43.9 0.89 0.82
Hex FA E4 A8 0 9 21 2 2C 59 52
Octal 372 344 250 0 11 41 2 54 131 122
Binary 11111010 11100100 10101000 0 1001 100001 10 101100 1011001 1010010

Color Harmonies of #FAE4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4A8

Black with #FAE4A8

Text Example


Text Example

White with #FAE4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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