#F8EDFE

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

Shades of Magnolia #F8EDFE

Tints of Magnolia #F8EDFE

Color information

#F8EDFE (or 0xF8EDFE) is unknown color: approx Magnolia. HEX triplet: F8, ED and FE. RGB value is (248,237,254). Sum of RGB (Red+Green+Blue) = 248+237+254=739 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.56% from 739); Green value is 237 (92.97% from 255 or 32.07% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8EDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EDFE is #071201. Grayscale: #F2F2F2. Windows color (decimal): -463362 or 16707064. OLE color: 16707064.

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

Color convert

RGB248237254-
CMYK0.020.0700.00
HSL278.82º89.47%96.27%-
HSV(B)278.82º6.69%99.61%-
XYZ86.8887.68106.11-
YUV242.23134.64132.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.56%
GREEN value IS 237 (92.97% from 255) = 32.07%
BLUE value IS 254 (99.61% from 255) = 34.37%
R=33.56%
G=32.07%
B=34.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482372540.020.0700.00278.8289.4796.27
HexF8EDFE27001175960
Octal3703553762700427131140
Binary111110001110110111111110101110010001011110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDFE; }

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

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

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

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

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

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

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

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