#F0EAFA

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

Shades of Magnolia #F0EAFA

Tints of Magnolia #F0EAFA

Color information

#F0EAFA (or 0xF0EAFA) is unknown color: approx Magnolia. HEX triplet: F0, EA and FA. RGB value is (240,234,250). Sum of RGB (Red+Green+Blue) = 240+234+250=724 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.15% from 724); Green value is 234 (91.80% from 255 or 32.32% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0EAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAFA is #0F1505. Grayscale: #EDEDED. Windows color (decimal): -988422 or 16444144. OLE color: 16444144.

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

Color convert

RGB240234250-
CMYK0.040.0600.02
HSL262.5º61.54%94.9%-
HSV(B)262.5º6.4%98.04%-
XYZ82.6184.27102.35-
YUV237.62134.99129.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.15%
GREEN value IS 234 (91.80% from 255) = 32.32%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=33.15%
G=32.32%
B=34.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402342500.040.0600.02262.561.5494.9
HexF0EAFA46021063e5f
Octal360352372460240676137
Binary1111000011101010111110101001100101000001101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EAFA; }

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

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

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

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

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

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

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

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