#F0E1FE

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

Shades of Magnolia #F0E1FE

Tints of Magnolia #F0E1FE

Color information

#F0E1FE (or 0xF0E1FE) is unknown color: approx Magnolia. HEX triplet: F0, E1 and FE. RGB value is (240,225,254). Sum of RGB (Red+Green+Blue) = 240+225+254=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 225 (88.28% from 255 or 31.29% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0E1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1FE is #0F1E01. Grayscale: #E8E8E8. Windows color (decimal): -990722 or 16703984. OLE color: 16703984.

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

Color convert

RGB240225254-
CMYK0.060.1100.00
HSL271.03º93.55%93.92%-
HSV(B)271.03º11.42%99.61%-
XYZ80.7579.53104.86-
YUV232.79139.97133.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.38%
GREEN value IS 225 (88.28% from 255) = 31.29%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=33.38%
G=31.29%
B=35.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402252540.060.1100.00271.0393.5593.92
HexF0E1FE6B0010f5e5e
Octal36034137661300417136136
Binary11110000111000011111111011010110010000111110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1FE; }

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

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

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

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

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

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

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

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