Html Css Color HEX #FAE2A4 Buttermilk

📋 copy color: '#FAE2A4'

red 250 ◦ green 226 ◦ blue 164

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

Shades of Buttermilk #FAE2A4

Tints of Buttermilk #FAE2A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.63%

R = 39.06%
G = 35.31%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAE2A4 (or 0xFAE2A4) is known color: Buttermilk. HEX triplet: FA, E2 and A4. RGB value is (250,226,164). Sum of RGB (Red+Green+Blue) = 250+226+164=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 164 (64.45% from 255 or 25.62% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE2A4 is #051D5B. Grayscale: #E2E2E2. Windows color (decimal): -335196 or 10806010. OLE color: 10806010.

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

Color convert

RGB 250 226 164 -
CMYK 0 0.10 0.34 0.02
HSL 43.26º 0.9% 0.81% -
HSV(B) 43.26º 0.34% 0.98% -
XYZ 73.32 77.4 46.2 -
YUV 226.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 250 226 164 0 0.10 0.34 0.02 43.26 0.9 0.81
Hex FA E2 A4 0 A 22 2 2B 5A 51
Octal 372 342 244 0 12 42 2 53 132 121
Binary 11111010 11100010 10100100 0 1010 100010 10 101011 1011010 1010001

Color Harmonies of #FAE2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2A4

Black with #FAE2A4

Text Example


Text Example

White with #FAE2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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