Html Css Color HEX #FAE2A5 Buttermilk

📋 copy color: '#FAE2A5'

red 250 ◦ green 226 ◦ blue 165

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

Shades of Buttermilk #FAE2A5

Tints of Buttermilk #FAE2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.74%

R = 39%
G = 35.26%
B = 25.74%

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

#FAE2A5 (or 0xFAE2A5) is known color: Buttermilk. HEX triplet: FA, E2 and A5. RGB value is (250,226,165). Sum of RGB (Red+Green+Blue) = 250+226+165=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 165 (64.84% from 255 or 25.74% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE2A5 is #051D5A. Grayscale: #E2E2E2. Windows color (decimal): -335195 or 10871546. OLE color: 10871546.

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

Color convert

RGB 250 226 165 -
CMYK 0 0.10 0.34 0.02
HSL 43.06º 0.89% 0.81% -
HSV(B) 43.06º 0.34% 0.98% -
XYZ 73.41 77.43 46.67 -
YUV 226.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 250 226 165 0 0.10 0.34 0.02 43.06 0.89 0.81
Hex FA E2 A5 0 A 22 2 2B 59 51
Octal 372 342 245 0 12 42 2 53 131 121
Binary 11111010 11100010 10100101 0 1010 100010 10 101011 1011001 1010001

Color Harmonies of #FAE2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2A5

Black with #FAE2A5

Text Example


Text Example

White with #FAE2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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