Html Css Color HEX #FAE3A2 Buttermilk

📋 copy color: '#FAE3A2'

red 250 ◦ green 227 ◦ blue 162

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

Shades of Buttermilk #FAE3A2

Tints of Buttermilk #FAE3A2

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.52%

 BLUE value IS 162 (63.67% from 255) = 25.35%

R = 39.12%
G = 35.52%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAE3A2 (or 0xFAE3A2) is known color: Buttermilk. HEX triplet: FA, E3 and A2. RGB value is (250,227,162). Sum of RGB (Red+Green+Blue) = 250+227+162=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 162 (63.67% from 255 or 25.35% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE3A2 is #051C5D. Grayscale: #E2E2E2. Windows color (decimal): -334942 or 10675194. OLE color: 10675194.

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

Color convert

RGB 250 227 162 -
CMYK 0 0.09 0.35 0.02
HSL 44.32º 0.9% 0.81% -
HSV(B) 44.32º 0.35% 0.98% -
XYZ 73.42 77.87 45.34 -
YUV 226.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 250 227 162 0 0.09 0.35 0.02 44.32 0.9 0.81
Hex FA E3 A2 0 9 23 2 2C 5A 51
Octal 372 343 242 0 11 43 2 54 132 121
Binary 11111010 11100011 10100010 0 1001 100011 10 101100 1011010 1010001

Color Harmonies of #FAE3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3A2

Black with #FAE3A2

Text Example


Text Example

White with #FAE3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3A2; }

 p { color: rgb(250,227,162); }

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

background-color css

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

 a { background-color: rgb(250,227,162); }

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

border-color css

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

 span { border-color: rgb(250,227,162); }

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