#F6E3AA

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

Shades of Buttermilk #F6E3AA

Tints of Buttermilk #F6E3AA

Color information

#F6E3AA (or 0xF6E3AA) is unknown color: approx Buttermilk. HEX triplet: F6, E3 and AA. RGB value is (246,227,170). Sum of RGB (Red+Green+Blue) = 246+227+170=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E3AA is #091C55. Grayscale: #E2E2E2. Windows color (decimal): -597078 or 11199478. OLE color: 11199478.

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

Color convert

RGB246227170-
CMYK00.080.310.04
HSL45º80.85%81.57%-
HSV(B)45º30.89%96.47%-
XYZ72.7377.4349.14-
YUV226.1896.29142.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 170 (66.80% from 255) = 26.44%
R=38.26%
G=35.30%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622717000.080.310.044580.8581.57
HexF6E3AA081F42d5152
Octal36634325201037455121122
Binary111101101110001110101010010001111110010110110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E3AA; }

 p { color: rgb(246,227,170); }

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

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

 a { background-color: rgb(246,227,170); }

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

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

 span { border-color: rgb(246,227,170); }

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