#f2e29f

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

Shades of Buttermilk #F2E29F

Tints of Buttermilk #F2E29F

Color information

#F2E29F (or 0xF2E29F) is unknown color: approx Buttermilk. HEX triplet: F2, E2 and 9F. RGB value is (242,226,159). Sum of RGB (Red+Green+Blue) = 242+226+159=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E29F is #0D1D60. Grayscale: #DFDFDF. Windows color (decimal): -859489 or 10478322. OLE color: 10478322.

HSL color Cylindrical-coordinate representation of color #F2E29F: hue angle of 48.43º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2E29F is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB242226159-
CMYK00.070.340.05
HSL48.43º76.15%78.63%-
HSV(B)48.43º34.3%94.9%-
XYZ70.0775.7743.73-
YUV223.1591.8141.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 226 (88.67% from 255) = 36.04%
BLUE value IS 159 (62.5% from 255) = 25.36%
R=38.60%
G=36.04%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222615900.070.340.0548.4376.1578.63
HexF2E29F07225304c4f
Octal3623422370742560114117
Binary111100101110001010011111011110001010111000010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2e29f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2e29f; }

 p { color: rgb(242,226,159); }

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

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

 a { background-color: rgb(242,226,159); }

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

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

 span { border-color: rgb(242,226,159); }

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