Html Css Color HEX #F5E4BD Milk Punch

📋 copy color: '#F5E4BD'

red 245 ◦ green 228 ◦ blue 189

#F5E4BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milk Punch #F5E4BD

Tints of Milk Punch #F5E4BD

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 value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F5E4BD (or 0xF5E4BD) is known color: 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

RGB 245 228 189 -
CMYK 0 0.07 0.23 0.04
HSL 41.79º 0.74% 0.85% -
HSV(B) 41.79º 0.23% 0.96% -
XYZ 74.58 78.57 59.38 -
YUV 228.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 245 228 189 0 0.07 0.23 0.04 41.79 0.74 0.85
Hex F5 E4 BD 0 7 17 4 2A 4A 55
Octal 365 344 275 0 7 27 4 52 112 125
Binary 11110101 11100100 10111101 0 111 10111 100 101010 1001010 1010101

Color Harmonies of #F5E4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E4BD

Black with #F5E4BD

Text Example


Text Example

White with #F5E4BD

Text Example


Text Example

HTML Codes & Css Web 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>