Html Css Color HEX #F4E1AA Buttermilk

📋 copy color: '#F4E1AA'

red 244 ◦ green 225 ◦ blue 170

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

Shades of Buttermilk #F4E1AA

Tints of Buttermilk #F4E1AA

RGB

 RED value IS 244 (95.7% from 255) = 38.18%

 GREEN value IS 225 (88.28% from 255) = 35.21%

 BLUE value IS 170 (66.8% from 255) = 26.6%

R = 38.18%
G = 35.21%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F4E1AA (or 0xF4E1AA) is known color: Buttermilk. HEX triplet: F4, E1 and AA. RGB value is (244,225,170). Sum of RGB (Red+Green+Blue) = 244+225+170=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E1AA is #0B1E55. Grayscale: #E0E0E0. Windows color (decimal): -728662 or 11198964. OLE color: 11198964.

HSL color Cylindrical-coordinate representation of color #F4E1AA: hue angle of 44.59º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4E1AA is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 225 170 -
CMYK 0 0.08 0.30 0.04
HSL 44.59º 0.77% 0.81% -
HSV(B) 44.59º 0.3% 0.96% -
XYZ 71.49 75.99 48.93 -
YUV 224.41 97.29 141.97 -
System Red Green Blue C M Y K H S L
Decimal 244 225 170 0 0.08 0.30 0.04 44.59 0.77 0.81
Hex F4 E1 AA 0 8 1E 4 2D 4D 51
Octal 364 341 252 0 10 36 4 55 115 121
Binary 11110100 11100001 10101010 0 1000 11110 100 101101 1001101 1010001

Color Harmonies of #F4E1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E1AA

Black with #F4E1AA

Text Example


Text Example

White with #F4E1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E1AA; }

 p { color: rgb(244,225,170); }

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

background-color css

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

 a { background-color: rgb(244,225,170); }

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

border-color css

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

 span { border-color: rgb(244,225,170); }

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