#F5E4BD

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

Shades of Milk Punch #F5E4BD

Tints of Milk Punch #F5E4BD

Color information

#F5E4BD (or 0xF5E4BD) is unknown color: approx Milk Punch. HEX triplet: F5, E4 and BD. RGB value is (245,228,189). Sum of RGB (Red+Green+Blue) = 245+228+189=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 228 (89.45% from 255 or 34.44% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E4BD is #0A1B42. Grayscale: #E4E4E4. Windows color (decimal): -662339 or 12444917. OLE color: 12444917.

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

Color convert

RGB245228189-
CMYK00.070.230.04
HSL41.79º73.68%85.1%-
HSV(B)41.79º22.86%96.08%-
XYZ74.5878.5759.38-
YUV228.64105.63139.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.01%
GREEN value IS 228 (89.45% from 255) = 34.44%
BLUE value IS 189 (74.22% from 255) = 28.55%
R=37.01%
G=34.44%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522818900.070.230.0441.7973.6885.1
HexF5E4BD071742a4a55
Octal3653442750727452112125
Binary11110101111001001011110101111011110010101010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E4BD; }

 p { color: rgb(245,228,189); }

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

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

 a { background-color: rgb(245,228,189); }

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

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

 span { border-color: rgb(245,228,189); }

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