#F0EDFE

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

Shades of Magnolia #F0EDFE

Tints of Magnolia #F0EDFE

Color information

#F0EDFE (or 0xF0EDFE) is unknown color: approx Magnolia. HEX triplet: F0, ED and FE. RGB value is (240,237,254). Sum of RGB (Red+Green+Blue) = 240+237+254=731 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.83% from 731); Green value is 237 (92.97% from 255 or 32.42% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0EDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDFE is #0F1201. Grayscale: #EFEFEF. Windows color (decimal): -987650 or 16707056. OLE color: 16707056.

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

Color convert

RGB240237254-
CMYK0.060.0700.00
HSL250.59º89.47%96.27%-
HSV(B)250.59º6.69%99.61%-
XYZ84.1186.25105.98-
YUV239.83135.99128.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.83%
GREEN value IS 237 (92.97% from 255) = 32.42%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=32.83%
G=32.42%
B=34.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402372540.060.0700.00250.5989.4796.27
HexF0EDFE6700fb5960
Octal3603553766700373131140
Binary111100001110110111111110110111001111101110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDFE; }

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

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

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

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

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

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

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

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