#F6E2AB

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

Shades of Buttermilk #F6E2AB

Tints of Buttermilk #F6E2AB

Color information

#F6E2AB (or 0xF6E2AB) is unknown color: approx Buttermilk. HEX triplet: F6, E2 and AB. RGB value is (246,226,171). Sum of RGB (Red+Green+Blue) = 246+226+171=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E2AB is #091D54. Grayscale: #E1E1E1. Windows color (decimal): -597333 or 11264758. OLE color: 11264758.

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

Color convert

RGB246226171-
CMYK00.080.300.04
HSL44º80.65%81.76%-
HSV(B)44º30.49%96.47%-
XYZ72.5576.9349.55-
YUV225.7197.13142.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 226 (88.67% from 255) = 35.15%
BLUE value IS 171 (67.19% from 255) = 26.59%
R=38.26%
G=35.15%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622617100.080.300.044480.6581.76
HexF6E2AB081E42c5152
Octal36634225301036454121122
Binary111101101110001010101011010001111010010110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E2AB; }

 p { color: rgb(246,226,171); }

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

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

 a { background-color: rgb(246,226,171); }

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

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

 span { border-color: rgb(246,226,171); }

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