Html Css Color HEX #F4E4AA Buttermilk

📋 copy color: '#F4E4AA'

red 244 ◦ green 228 ◦ blue 170

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

Shades of Buttermilk #F4E4AA

Tints of Buttermilk #F4E4AA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.51%

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

R = 38.01%
G = 35.51%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F4E4AA (or 0xF4E4AA) is known color: Buttermilk. HEX triplet: F4, E4 and AA. RGB value is (244,228,170). Sum of RGB (Red+Green+Blue) = 244+228+170=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E4AA is #0B1B55. Grayscale: #E2E2E2. Windows color (decimal): -727894 or 11199732. OLE color: 11199732.

HSL color Cylindrical-coordinate representation of color #F4E4AA: hue angle of 47.03º 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 #F4E4AA is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 228 170 -
CMYK 0 0.07 0.30 0.04
HSL 47.03º 0.77% 0.81% -
HSV(B) 47.03º 0.3% 0.96% -
XYZ 72.31 77.62 49.2 -
YUV 226.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 244 228 170 0 0.07 0.30 0.04 47.03 0.77 0.81
Hex F4 E4 AA 0 7 1E 4 2F 4D 51
Octal 364 344 252 0 7 36 4 57 115 121
Binary 11110100 11100100 10101010 0 111 11110 100 101111 1001101 1010001

Color Harmonies of #F4E4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E4AA

Black with #F4E4AA

Text Example


Text Example

White with #F4E4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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