#F0E1FF

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

Shades of Magnolia #F0E1FF

Tints of Magnolia #F0E1FF

Color information

#F0E1FF (or 0xF0E1FF) is unknown color: approx Magnolia. HEX triplet: F0, E1 and FF. RGB value is (240,225,255). Sum of RGB (Red+Green+Blue) = 240+225+255=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 225 (88.28% from 255 or 31.25% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0E1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1FF is #0F1E00. Grayscale: #E8E8E8. Windows color (decimal): -990721 or 16769520. OLE color: 16769520.

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

Color convert

RGB240225255-
CMYK0.060.1200
HSL270º100%94.12%-
HSV(B)270º11.76%100%-
XYZ80.9179.6105.71-
YUV232.9140.47133.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.33%
GREEN value IS 225 (88.28% from 255) = 31.25%
BLUE value IS 255 (100% from 255) = 35.42%
R=33.33%
G=31.25%
B=35.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402252550.060.120027010094.12
HexF0E1FF6C0010e645e
Octal36034137761400416144136
Binary11110000111000011111111111011000010000111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1FF; }

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

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

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

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

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

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

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

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