#F0EDFA

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

Shades of Magnolia #F0EDFA

Tints of Magnolia #F0EDFA

Color information

#F0EDFA (or 0xF0EDFA) is unknown color: approx Magnolia. HEX triplet: F0, ED and FA. RGB value is (240,237,250). Sum of RGB (Red+Green+Blue) = 240+237+250=727 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.01% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0EDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDFA is #0F1205. Grayscale: #EFEFEF. Windows color (decimal): -987654 or 16444912. OLE color: 16444912.

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

Color convert

RGB240237250-
CMYK0.040.0500.02
HSL253.85º56.52%95.49%-
HSV(B)253.85º5.2%98.04%-
XYZ83.4786102.64-
YUV239.38133.99128.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.01%
GREEN value IS 237 (92.97% from 255) = 32.60%
BLUE value IS 250 (98.05% from 255) = 34.39%
R=33.01%
G=32.60%
B=34.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402372500.040.0500.02253.8556.5295.49
HexF0EDFA4502fe395f
Octal360355372450237671137
Binary111100001110110111111010100101010111111101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDFA; }

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

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

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

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

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

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

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

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