#F2E3AD

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

Shades of Buttermilk #F2E3AD

Tints of Buttermilk #F2E3AD

Color information

#F2E3AD (or 0xF2E3AD) is unknown color: approx Buttermilk. HEX triplet: F2, E3 and AD. RGB value is (242,227,173). Sum of RGB (Red+Green+Blue) = 242+227+173=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E3AD is #0D1C52. Grayscale: #E1E1E1. Windows color (decimal): -859219 or 11396082. OLE color: 11396082.

HSL color Cylindrical-coordinate representation of color #F2E3AD: hue angle of 46.96º degrees, saturation: 0.73, 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 #F2E3AD is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242227173-
CMYK00.060.290.05
HSL46.96º72.63%81.37%-
HSV(B)46.96º28.51%94.9%-
XYZ71.6376.8350.59-
YUV225.3398.47139.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.69%
GREEN value IS 227 (89.06% from 255) = 35.36%
BLUE value IS 173 (67.97% from 255) = 26.95%
R=37.69%
G=35.36%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222717300.060.290.0546.9672.6381.37
HexF2E3AD061D52f4951
Octal3623432550635557111121
Binary11110010111000111010110101101110110110111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E3AD; }

 p { color: rgb(242,227,173); }

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

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

 a { background-color: rgb(242,227,173); }

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

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

 span { border-color: rgb(242,227,173); }

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