#F1E3A6

Color #F1E3A6 Buttermilk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttermilk #F1E3A6

Tints of Buttermilk #F1E3A6

Color information

#F1E3A6 (or 0xF1E3A6) is unknown color: approx Buttermilk. HEX triplet: F1, E3 and A6. RGB value is (241,227,166). Sum of RGB (Red+Green+Blue) = 241+227+166=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 166 (65.23% from 255 or 26.18% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E3A6 is #0E1C59. Grayscale: #E0E0E0. Windows color (decimal): -924762 or 10937329. OLE color: 10937329.

HSL color Cylindrical-coordinate representation of color #F1E3A6: hue angle of 48.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1E3A6 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB241227166-
CMYK00.060.310.05
HSL48.8º72.82%79.8%-
HSV(B)48.8º31.12%94.51%-
XYZ70.6376.3947.1-
YUV224.2395.14139.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 227 (89.06% from 255) = 35.80%
BLUE value IS 166 (65.23% from 255) = 26.18%
R=38.01%
G=35.80%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122716600.060.310.0548.872.8279.8
HexF1E3A6061F5314950
Octal3613432460637561111120
Binary11110001111000111010011001101111110111000110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3A6; }

 p { color: rgb(241,227,166); }

 H1.HeaderClassName
 {
   color: #F1E3A6;
 }
 .AnyTagClassName
 {
   color: #F1E3A6;
 }
</style>
background-color css

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

 a { background-color: rgb(241,227,166); }

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

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

 span { border-color: rgb(241,227,166); }

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