#F2E1AD

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

Shades of Buttermilk #F2E1AD

Tints of Buttermilk #F2E1AD

Color information

#F2E1AD (or 0xF2E1AD) is unknown color: approx Buttermilk. HEX triplet: F2, E1 and AD. RGB value is (242,225,173). Sum of RGB (Red+Green+Blue) = 242+225+173=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E1AD is #0D1E52. Grayscale: #E0E0E0. Windows color (decimal): -859731 or 11395570. OLE color: 11395570.

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

Color convert

RGB242225173-
CMYK00.070.290.05
HSL45.22º72.63%81.37%-
HSV(B)45.22º28.51%94.9%-
XYZ71.0975.7450.41-
YUV224.1699.13140.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.81%
GREEN value IS 225 (88.28% from 255) = 35.16%
BLUE value IS 173 (67.97% from 255) = 27.03%
R=37.81%
G=35.16%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222517300.070.290.0545.2272.6381.37
HexF2E1AD071D52d4951
Octal3623412550735555111121
Binary11110010111000011010110101111110110110110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E1AD; }

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

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

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

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

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

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

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

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