#F7E4BE

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

Shades of Milk Punch #F7E4BE

Tints of Milk Punch #F7E4BE

Color information

#F7E4BE (or 0xF7E4BE) is unknown color: approx Milk Punch. HEX triplet: F7, E4 and BE. RGB value is (247,228,190). Sum of RGB (Red+Green+Blue) = 247+228+190=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E4BE is #081B41. Grayscale: #E5E5E5. Windows color (decimal): -531266 or 12510455. OLE color: 12510455.

HSL color Cylindrical-coordinate representation of color #F7E4BE: hue angle of 40º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7E4BE is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247228190-
CMYK00.080.230.03
HSL40º78.08%85.69%-
HSV(B)40º23.08%96.86%-
XYZ75.478.9859.99-
YUV229.35105.79140.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.14%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 190 (74.61% from 255) = 28.57%
R=37.14%
G=34.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722819000.080.230.034078.0885.69
HexF7E4BE08173284e56
Octal36734427601027350116126
Binary11110111111001001011111001000101111110100010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E4BE; }

 p { color: rgb(247,228,190); }

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

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

 a { background-color: rgb(247,228,190); }

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

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

 span { border-color: rgb(247,228,190); }

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