Html Css Color HEX #FAE4A6 Buttermilk

📋 copy color: '#FAE4A6'

red 250 ◦ green 228 ◦ blue 166

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

Shades of Buttermilk #FAE4A6

Tints of Buttermilk #FAE4A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 25.78%

R = 38.82%
G = 35.4%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAE4A6 (or 0xFAE4A6) is known color: Buttermilk. HEX triplet: FA, E4 and A6. RGB value is (250,228,166). Sum of RGB (Red+Green+Blue) = 250+228+166=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 166 (65.23% from 255 or 25.78% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4A6 is #051B59. Grayscale: #E3E3E3. Windows color (decimal): -334682 or 10937594. OLE color: 10937594.

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

Color convert

RGB 250 228 166 -
CMYK 0 0.09 0.34 0.02
HSL 44.29º 0.89% 0.82% -
HSV(B) 44.29º 0.34% 0.98% -
XYZ 74.05 78.56 47.34 -
YUV 227.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 250 228 166 0 0.09 0.34 0.02 44.29 0.89 0.82
Hex FA E4 A6 0 9 22 2 2C 59 52
Octal 372 344 246 0 11 42 2 54 131 122
Binary 11111010 11100100 10100110 0 1001 100010 10 101100 1011001 1010010

Color Harmonies of #FAE4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4A6

Black with #FAE4A6

Text Example


Text Example

White with #FAE4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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