#F1E2BE

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

Shades of Milk Punch #F1E2BE

Tints of Milk Punch #F1E2BE

Color information

#F1E2BE (or 0xF1E2BE) is unknown color: approx Milk Punch. HEX triplet: F1, E2 and BE. RGB value is (241,226,190). Sum of RGB (Red+Green+Blue) = 241+226+190=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2BE is #0E1D41. Grayscale: #E2E2E2. Windows color (decimal): -924994 or 12509937. OLE color: 12509937.

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

Color convert

RGB241226190-
CMYK00.060.210.05
HSL42.35º64.56%84.51%-
HSV(B)42.35º21.16%94.51%-
XYZ72.7776.8159.71-
YUV226.38107.47138.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.68%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 190 (74.61% from 255) = 28.92%
R=36.68%
G=34.40%
B=28.92%

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
Decimal24122619000.060.210.0542.3564.5684.51
HexF1E2BE061552a4155
Octal3613422760625552101125
Binary11110001111000101011111001101010110110101010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E2BE; }

 p { color: rgb(241,226,190); }

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

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

 a { background-color: rgb(241,226,190); }

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

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

 span { border-color: rgb(241,226,190); }

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