Html Css Color HEX #FAE6A4 Buttermilk

📋 copy color: '#FAE6A4'

red 250 ◦ green 230 ◦ blue 164

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

Shades of Buttermilk #FAE6A4

Tints of Buttermilk #FAE6A4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.71%

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

R = 38.82%
G = 35.71%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAE6A4 (or 0xFAE6A4) is known color: Buttermilk. HEX triplet: FA, E6 and A4. RGB value is (250,230,164). Sum of RGB (Red+Green+Blue) = 250+230+164=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 164 (64.45% from 255 or 25.47% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6A4 is #05195B. Grayscale: #E4E4E4. Windows color (decimal): -334172 or 10807034. OLE color: 10807034.

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

Color convert

RGB 250 230 164 -
CMYK 0 0.08 0.34 0.02
HSL 46.05º 0.9% 0.81% -
HSV(B) 46.05º 0.34% 0.98% -
XYZ 74.42 79.6 46.56 -
YUV 228.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 250 230 164 0 0.08 0.34 0.02 46.05 0.9 0.81
Hex FA E6 A4 0 8 22 2 2E 5A 51
Octal 372 346 244 0 10 42 2 56 132 121
Binary 11111010 11100110 10100100 0 1000 100010 10 101110 1011010 1010001

Color Harmonies of #FAE6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6A4

Black with #FAE6A4

Text Example


Text Example

White with #FAE6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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