#F5E7BF

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

Shades of Milk Punch #F5E7BF

Tints of Milk Punch #F5E7BF

Color information

#F5E7BF (or 0xF5E7BF) is unknown color: approx Milk Punch. HEX triplet: F5, E7 and BF. RGB value is (245,231,191). Sum of RGB (Red+Green+Blue) = 245+231+191=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E7BF is #0A1840. Grayscale: #E6E6E6. Windows color (decimal): -661569 or 12576757. OLE color: 12576757.

HSL color Cylindrical-coordinate representation of color #F5E7BF: hue angle of 44.44º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5E7BF is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245231191-
CMYK00.060.220.04
HSL44.44º72.97%85.49%-
HSV(B)44.44º22.04%96.08%-
XYZ75.6480.3360.81-
YUV230.63105.64138.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.73%
GREEN value IS 231 (90.62% from 255) = 34.63%
BLUE value IS 191 (75% from 255) = 28.64%
R=36.73%
G=34.63%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523119100.060.220.0444.4472.9785.49
HexF5E7BF061642c4955
Octal3653472770626454111125
Binary11110101111001111011111101101011010010110010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E7BF; }

 p { color: rgb(245,231,191); }

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

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

 a { background-color: rgb(245,231,191); }

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

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

 span { border-color: rgb(245,231,191); }

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