Html Css Color HEX #F5E3BF Milk Punch

📋 copy color: '#F5E3BF'

red 245 ◦ green 227 ◦ blue 191

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

Shades of Milk Punch #F5E3BF

Tints of Milk Punch #F5E3BF

RGB

 RED value IS 245 (96.09% from 255) = 36.95%

 GREEN value IS 227 (89.06% from 255) = 34.24%

 BLUE value IS 191 (75% from 255) = 28.81%

R = 36.95%
G = 34.24%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5E3BF (or 0xF5E3BF) is known color: Milk Punch. HEX triplet: F5, E3 and BF. RGB value is (245,227,191). Sum of RGB (Red+Green+Blue) = 245+227+191=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E3BF is #0A1C40. Grayscale: #E4E4E4. Windows color (decimal): -662593 or 12575733. OLE color: 12575733.

HSL color Cylindrical-coordinate representation of color #F5E3BF: hue angle of 40º 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 #F5E3BF is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 227 191 -
CMYK 0 0.07 0.22 0.04
HSL 40º 0.73% 0.85% -
HSV(B) 40º 0.22% 0.96% -
XYZ 74.53 78.11 60.44 -
YUV 228.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 245 227 191 0 0.07 0.22 0.04 40 0.73 0.85
Hex F5 E3 BF 0 7 16 4 28 49 55
Octal 365 343 277 0 7 26 4 50 111 125
Binary 11110101 11100011 10111111 0 111 10110 100 101000 1001001 1010101

Color Harmonies of #F5E3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E3BF

Black with #F5E3BF

Text Example


Text Example

White with #F5E3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E3BF; }

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

 H1.HeaderClassName
 {
   color: #F5E3BF;
 }
 .AnyTagClassName
 {
   color: #F5E3BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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