Html Css Color HEX #F5E8FF Magnolia

📋 copy color: '#F5E8FF'

red 245 ◦ green 232 ◦ blue 255

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

Shades of Magnolia #F5E8FF

Tints of Magnolia #F5E8FF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 31.69%

 BLUE value IS 255 (100% from 255) = 34.84%

R = 33.47%
G = 31.69%
B = 34.84%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5E8FF (or 0xF5E8FF) is known color: Magnolia. HEX triplet: F5, E8 and FF. RGB value is (245,232,255). Sum of RGB (Red+Green+Blue) = 245+232+255=732 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.47% from 732); Green value is 232 (91.02% from 255 or 31.69% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5E8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E8FF is #0A1700. Grayscale: #EEEEEE. Windows color (decimal): -661249 or 16771317. OLE color: 16771317.

HSL color Cylindrical-coordinate representation of color #F5E8FF: hue angle of 273.91º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E8FF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 232 255 -
CMYK 0.04 0.09 0 0
HSL 273.91º 1% 0.95% -
HSV(B) 273.91º 0.09% 1% -
XYZ 84.56 84.35 106.43 -
YUV 238.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 245 232 255 0.04 0.09 0 0 273.91 1 0.95
Hex F5 E8 FF 4 9 0 0 112 64 5F
Octal 365 350 377 4 11 0 0 422 144 137
Binary 11110101 11101000 11111111 100 1001 0 0 100010010 1100100 1011111

Color Harmonies of #F5E8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E8FF

Black with #F5E8FF

Text Example


Text Example

White with #F5E8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E8FF; }

 p { color: rgb(245,232,255); }

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

background-color css

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

 a { background-color: rgb(245,232,255); }

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

border-color css

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

 span { border-color: rgb(245,232,255); }

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