#F2E19E

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

Shades of Buttermilk #F2E19E

Tints of Buttermilk #F2E19E

Color information

#F2E19E (or 0xF2E19E) is unknown color: approx Buttermilk. HEX triplet: F2, E1 and 9E. RGB value is (242,225,158). Sum of RGB (Red+Green+Blue) = 242+225+158=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E19E is #0D1E61. Grayscale: #DEDEDE. Windows color (decimal): -859746 or 10412530. OLE color: 10412530.

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

Color convert

RGB242225158-
CMYK00.070.350.05
HSL47.86º76.36%78.43%-
HSV(B)47.86º34.71%94.9%-
XYZ69.7175.243.19-
YUV222.4491.63141.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 225 (88.28% from 255) = 36%
BLUE value IS 158 (62.11% from 255) = 25.28%
R=38.72%
G=36%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222515800.070.350.0547.8676.3678.43
HexF2E19E07235304c4e
Octal3623412360743560114116
Binary111100101110000110011110011110001110111000010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E19E; }

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

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

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

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

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

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

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

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