Html Css Color HEX #FAE2A8 Buttermilk

📋 copy color: '#FAE2A8'

red 250 ◦ green 226 ◦ blue 168

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

Shades of Buttermilk #FAE2A8

Tints of Buttermilk #FAE2A8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.09%

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

R = 38.82%
G = 35.09%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAE2A8 (or 0xFAE2A8) is known color: Buttermilk. HEX triplet: FA, E2 and A8. RGB value is (250,226,168). Sum of RGB (Red+Green+Blue) = 250+226+168=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 168 (66.02% from 255 or 26.09% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE2A8 is #051D57. Grayscale: #E2E2E2. Windows color (decimal): -335192 or 11068154. OLE color: 11068154.

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

Color convert

RGB 250 226 168 -
CMYK 0 0.10 0.33 0.02
HSL 42.44º 0.89% 0.82% -
HSV(B) 42.44º 0.33% 0.98% -
XYZ 73.69 77.54 48.13 -
YUV 226.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 250 226 168 0 0.10 0.33 0.02 42.44 0.89 0.82
Hex FA E2 A8 0 A 21 2 2A 59 52
Octal 372 342 250 0 12 41 2 52 131 122
Binary 11111010 11100010 10101000 0 1010 100001 10 101010 1011001 1010010

Color Harmonies of #FAE2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2A8

Black with #FAE2A8

Text Example


Text Example

White with #FAE2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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