#F0EAFD

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

Shades of Magnolia #F0EAFD

Tints of Magnolia #F0EAFD

Color information

#F0EAFD (or 0xF0EAFD) is unknown color: approx Magnolia. HEX triplet: F0, EA and FD. RGB value is (240,234,253). Sum of RGB (Red+Green+Blue) = 240+234+253=727 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.01% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0EAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAFD is #0F1502. Grayscale: #EDEDED. Windows color (decimal): -988419 or 16640752. OLE color: 16640752.

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

Color convert

RGB240234253-
CMYK0.050.0800.01
HSL258.95º82.61%95.49%-
HSV(B)258.95º7.51%99.22%-
XYZ83.0984.46104.85-
YUV237.96136.49129.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.01%
GREEN value IS 234 (91.80% from 255) = 32.19%
BLUE value IS 253 (99.22% from 255) = 34.80%
R=33.01%
G=32.19%
B=34.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402342530.050.0800.01258.9582.6195.49
HexF0EAFD5801103535f
Octal36035237551001403123137
Binary11110000111010101111110110110000110000001110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EAFD; }

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

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

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

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

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

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

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

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