#F0E8FF

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

Shades of Magnolia #F0E8FF

Tints of Magnolia #F0E8FF

Color information

#F0E8FF (or 0xF0E8FF) is unknown color: approx Magnolia. HEX triplet: F0, E8 and FF. RGB value is (240,232,255). Sum of RGB (Red+Green+Blue) = 240+232+255=727 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.01% from 727); Green value is 232 (91.02% from 255 or 31.91% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0E8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E8FF is #0F1700. Grayscale: #ECECEC. Windows color (decimal): -988929 or 16771312. OLE color: 16771312.

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

Color convert

RGB240232255-
CMYK0.060.0900
HSL260.87º100%95.49%-
HSV(B)260.87º9.02%100%-
XYZ82.8483.46106.35-
YUV237.01138.15130.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.01%
GREEN value IS 232 (91.02% from 255) = 31.91%
BLUE value IS 255 (100% from 255) = 35.08%
R=33.01%
G=31.91%
B=35.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402322550.060.0900260.8710095.49
HexF0E8FF6900105645f
Octal36035037761100405144137
Binary11110000111010001111111111010010010000010111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E8FF; }

 p { color: rgb(240,232,255); }

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

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

 a { background-color: rgb(240,232,255); }

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

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

 span { border-color: rgb(240,232,255); }

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