#F0EDFD

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

Shades of Magnolia #F0EDFD

Tints of Magnolia #F0EDFD

Color information

#F0EDFD (or 0xF0EDFD) is unknown color: approx Magnolia. HEX triplet: F0, ED and FD. RGB value is (240,237,253). Sum of RGB (Red+Green+Blue) = 240+237+253=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 237 (92.97% from 255 or 32.47% 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 #F0EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDFD is #0F1202. Grayscale: #EFEFEF. Windows color (decimal): -987651 or 16641520. OLE color: 16641520.

HSL color Cylindrical-coordinate representation of color #F0EDFD: hue angle of 251.25º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0EDFD is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240237253-
CMYK0.050.0600.01
HSL251.25º80%96.08%-
HSV(B)251.25º6.32%99.22%-
XYZ83.9586.19105.14-
YUV239.72135.49128.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.88%
GREEN value IS 237 (92.97% from 255) = 32.47%
BLUE value IS 253 (99.22% from 255) = 34.66%
R=32.88%
G=32.47%
B=34.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402372530.050.0600.01251.258096.08
HexF0EDFD5601fb5060
Octal3603553755601373120140
Binary111100001110110111111101101110011111101110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDFD; }

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

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

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

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

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

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

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

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