#F2E3BF

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

Shades of Milk Punch #F2E3BF

Tints of Milk Punch #F2E3BF

Color information

#F2E3BF (or 0xF2E3BF) is unknown color: approx Milk Punch. HEX triplet: F2, E3 and BF. RGB value is (242,227,191). Sum of RGB (Red+Green+Blue) = 242+227+191=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 227 (89.06% from 255 or 34.39% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3BF is #0D1C40. Grayscale: #E3E3E3. Windows color (decimal): -859201 or 12575730. OLE color: 12575730.

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

Color convert

RGB242227191-
CMYK00.060.210.05
HSL42.35º66.23%84.9%-
HSV(B)42.35º21.07%94.9%-
XYZ73.4977.5860.39-
YUV227.38107.47138.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.67%
GREEN value IS 227 (89.06% from 255) = 34.39%
BLUE value IS 191 (75% from 255) = 28.94%
R=36.67%
G=34.39%
B=28.94%

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
Decimal24222719100.060.210.0542.3566.2384.9
HexF2E3BF061552a4255
Octal3623432770625552102125
Binary11110010111000111011111101101010110110101010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E3BF; }

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

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

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

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

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

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

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

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