#F7E4BD

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

Shades of Milk Punch #F7E4BD

Tints of Milk Punch #F7E4BD

Color information

#F7E4BD (or 0xF7E4BD) is unknown color: approx Milk Punch. HEX triplet: F7, E4 and BD. RGB value is (247,228,189). Sum of RGB (Red+Green+Blue) = 247+228+189=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E4BD is #081B42. Grayscale: #E5E5E5. Windows color (decimal): -531267 or 12444919. OLE color: 12444919.

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

Color convert

RGB247228189-
CMYK00.080.230.03
HSL40.34º78.38%85.49%-
HSV(B)40.34º23.48%96.86%-
XYZ75.2978.9459.41-
YUV229.23105.29140.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.20%
GREEN value IS 228 (89.45% from 255) = 34.34%
BLUE value IS 189 (74.22% from 255) = 28.46%
R=37.20%
G=34.34%
B=28.46%

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
Decimal24722818900.080.230.0340.3478.3885.49
HexF7E4BD08173284e55
Octal36734427501027350116125
Binary11110111111001001011110101000101111110100010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E4BD; }

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

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

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

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

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

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

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

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