Html Css Color HEX #F1E1AA Buttermilk

📋 copy color: '#F1E1AA'

red 241 ◦ green 225 ◦ blue 170

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

Shades of Buttermilk #F1E1AA

Tints of Buttermilk #F1E1AA

RGB

 RED value IS 241 (94.53% from 255) = 37.89%

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

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

R = 37.89%
G = 35.38%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1E1AA (or 0xF1E1AA) is known color: Buttermilk. HEX triplet: F1, E1 and AA. RGB value is (241,225,170). Sum of RGB (Red+Green+Blue) = 241+225+170=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E1AA is #0E1E55. Grayscale: #DFDFDF. Windows color (decimal): -925270 or 11198961. OLE color: 11198961.

HSL color Cylindrical-coordinate representation of color #F1E1AA: hue angle of 46.48º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1E1AA is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 225 170 -
CMYK 0 0.07 0.29 0.05
HSL 46.48º 0.72% 0.81% -
HSV(B) 46.48º 0.29% 0.95% -
XYZ 70.46 75.45 48.88 -
YUV 223.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 241 225 170 0 0.07 0.29 0.05 46.48 0.72 0.81
Hex F1 E1 AA 0 7 1D 5 2E 48 51
Octal 361 341 252 0 7 35 5 56 110 121
Binary 11110001 11100001 10101010 0 111 11101 101 101110 1001000 1010001

Color Harmonies of #F1E1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E1AA

Black with #F1E1AA

Text Example


Text Example

White with #F1E1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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