Html Css Color HEX #F5E8FD Magnolia

📋 copy color: '#F5E8FD'

red 245 ◦ green 232 ◦ blue 253

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

Shades of Magnolia #F5E8FD

Tints of Magnolia #F5E8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.66%

R = 33.56%
G = 31.78%
B = 34.66%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5E8FD (or 0xF5E8FD) is known color: Magnolia. HEX triplet: F5, E8 and FD. RGB value is (245,232,253). Sum of RGB (Red+Green+Blue) = 245+232+253=730 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.56% from 730); Green value is 232 (91.02% from 255 or 31.78% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5E8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E8FD is #0A1702. Grayscale: #EEEEEE. Windows color (decimal): -661251 or 16640245. OLE color: 16640245.

HSL color Cylindrical-coordinate representation of color #F5E8FD: hue angle of 277.14º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5E8FD is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 232 253 -
CMYK 0.03 0.08 0 0.01
HSL 277.14º 0.84% 0.95% -
HSV(B) 277.14º 0.08% 0.99% -
XYZ 84.24 84.22 104.74 -
YUV 238.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 245 232 253 0.03 0.08 0 0.01 277.14 0.84 0.95
Hex F5 E8 FD 3 8 0 1 115 54 5F
Octal 365 350 375 3 10 0 1 425 124 137
Binary 11110101 11101000 11111101 11 1000 0 1 100010101 1010100 1011111

Color Harmonies of #F5E8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E8FD

Black with #F5E8FD

Text Example


Text Example

White with #F5E8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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