#F2E4BF

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

Shades of Milk Punch #F2E4BF

Tints of Milk Punch #F2E4BF

Color information

#F2E4BF (or 0xF2E4BF) is unknown color: approx Milk Punch. HEX triplet: F2, E4 and BF. RGB value is (242,228,191). Sum of RGB (Red+Green+Blue) = 242+228+191=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4BF is #0D1B40. Grayscale: #E4E4E4. Windows color (decimal): -858945 or 12575986. OLE color: 12575986.

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

Color convert

RGB242228191-
CMYK00.060.210.05
HSL43.53º66.23%84.9%-
HSV(B)43.53º21.07%94.9%-
XYZ73.7778.1360.48-
YUV227.97107.14138.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.61%
GREEN value IS 228 (89.45% from 255) = 34.49%
BLUE value IS 191 (75% from 255) = 28.90%
R=36.61%
G=34.49%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222819100.060.210.0543.5366.2384.9
HexF2E4BF061552c4255
Octal3623442770625554102125
Binary11110010111001001011111101101010110110110010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4BF; }

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

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

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

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

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

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

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

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