#F0EAFB

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

Shades of Magnolia #F0EAFB

Tints of Magnolia #F0EAFB

Color information

#F0EAFB (or 0xF0EAFB) is unknown color: approx Magnolia. HEX triplet: F0, EA and FB. RGB value is (240,234,251). Sum of RGB (Red+Green+Blue) = 240+234+251=725 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.10% from 725); Green value is 234 (91.80% from 255 or 32.28% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0EAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAFB is #0F1504. Grayscale: #EDEDED. Windows color (decimal): -988421 or 16509680. OLE color: 16509680.

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

Color convert

RGB240234251-
CMYK0.040.0700.02
HSL261.18º68%95.1%-
HSV(B)261.18º6.77%98.43%-
XYZ82.7784.34103.18-
YUV237.73135.49129.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.10%
GREEN value IS 234 (91.80% from 255) = 32.28%
BLUE value IS 251 (98.44% from 255) = 34.62%
R=33.10%
G=32.28%
B=34.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402342510.040.0700.02261.186895.1
HexF0EAFB4702105445f
Octal3603523734702405104137
Binary11110000111010101111101110011101010000010110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EAFB; }

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

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

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

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

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

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

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

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