#F0E6FF

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

Shades of Magnolia #F0E6FF

Tints of Magnolia #F0E6FF

Color information

#F0E6FF (or 0xF0E6FF) is unknown color: approx Magnolia. HEX triplet: F0, E6 and FF. RGB value is (240,230,255). Sum of RGB (Red+Green+Blue) = 240+230+255=725 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.10% from 725); Green value is 230 (90.23% from 255 or 31.72% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0E6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E6FF is #0F1900. Grayscale: #EBEBEB. Windows color (decimal): -989441 or 16770800. OLE color: 16770800.

HSL color Cylindrical-coordinate representation of color #F0E6FF: hue angle of 264º 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 #F0E6FF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240230255-
CMYK0.060.1000
HSL264º100%95.1%-
HSV(B)264º9.8%100%-
XYZ82.2882.34106.16-
YUV235.84138.81130.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.10%
GREEN value IS 230 (90.23% from 255) = 31.72%
BLUE value IS 255 (100% from 255) = 35.17%
R=33.10%
G=31.72%
B=35.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402302550.060.100026410095.1
HexF0E6FF6A00108645f
Octal36034637761200410144137
Binary11110000111001101111111111010100010000100011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E6FF; }

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

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

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

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

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

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

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

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