#F0E5FF

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

Shades of Magnolia #F0E5FF

Tints of Magnolia #F0E5FF

Color information

#F0E5FF (or 0xF0E5FF) is unknown color: approx Magnolia. HEX triplet: F0, E5 and FF. RGB value is (240,229,255). Sum of RGB (Red+Green+Blue) = 240+229+255=724 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.15% from 724); Green value is 229 (89.84% from 255 or 31.63% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0E5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E5FF is #0F1A00. Grayscale: #EBEBEB. Windows color (decimal): -989697 or 16770544. OLE color: 16770544.

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

Color convert

RGB240229255-
CMYK0.060.1000
HSL265.38º100%94.9%-
HSV(B)265.38º10.2%100%-
XYZ8281.78106.07-
YUV235.25139.14131.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.15%
GREEN value IS 229 (89.84% from 255) = 31.63%
BLUE value IS 255 (100% from 255) = 35.22%
R=33.15%
G=31.63%
B=35.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402292550.060.1000265.3810094.9
HexF0E5FF6A00109645f
Octal36034537761200411144137
Binary11110000111001011111111111010100010000100111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E5FF; }

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

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

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

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

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

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

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

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