#F2E2BF

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

Shades of Milk Punch #F2E2BF

Tints of Milk Punch #F2E2BF

Color information

#F2E2BF (or 0xF2E2BF) is unknown color: approx Milk Punch. HEX triplet: F2, E2 and BF. RGB value is (242,226,191). Sum of RGB (Red+Green+Blue) = 242+226+191=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2BF is #0D1D40. Grayscale: #E2E2E2. Windows color (decimal): -859457 or 12575474. OLE color: 12575474.

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

Color convert

RGB242226191-
CMYK00.070.210.05
HSL41.18º66.23%84.9%-
HSV(B)41.18º21.07%94.9%-
XYZ73.2277.0360.3-
YUV226.79107.8138.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.72%
GREEN value IS 226 (88.67% from 255) = 34.29%
BLUE value IS 191 (75% from 255) = 28.98%
R=36.72%
G=34.29%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222619100.070.210.0541.1866.2384.9
HexF2E2BF07155294255
Octal3623422770725551102125
Binary11110010111000101011111101111010110110100110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E2BF; }

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

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

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

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

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

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

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

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