#F8EDFF

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

Shades of Magnolia #F8EDFF

Tints of Magnolia #F8EDFF

Color information

#F8EDFF (or 0xF8EDFF) is unknown color: approx Magnolia. HEX triplet: F8, ED and FF. RGB value is (248,237,255). Sum of RGB (Red+Green+Blue) = 248+237+255=740 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.51% from 740); Green value is 237 (92.97% from 255 or 32.03% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EDFF is #071200. Grayscale: #F2F2F2. Windows color (decimal): -463361 or 16772600. OLE color: 16772600.

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

Color convert

RGB248237255-
CMYK0.030.0700
HSL276.67º100%96.47%-
HSV(B)276.67º7.06%100%-
XYZ87.0587.74106.96-
YUV242.34135.14132.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.51%
GREEN value IS 237 (92.97% from 255) = 32.03%
BLUE value IS 255 (100% from 255) = 34.46%
R=33.51%
G=32.03%
B=34.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482372550.030.0700276.6710096.47
HexF8EDFF37001156460
Octal3703553773700425144140
Binary111110001110110111111111111110010001010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDFF; }

 p { color: rgb(248,237,255); }

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

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

 a { background-color: rgb(248,237,255); }

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

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

 span { border-color: rgb(248,237,255); }

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