#F0E3FF

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

Shades of Magnolia #F0E3FF

Tints of Magnolia #F0E3FF

Color information

#F0E3FF (or 0xF0E3FF) is unknown color: approx Magnolia. HEX triplet: F0, E3 and FF. RGB value is (240,227,255). Sum of RGB (Red+Green+Blue) = 240+227+255=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 227 (89.06% from 255 or 31.44% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0E3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E3FF is #0F1C00. Grayscale: #E9E9E9. Windows color (decimal): -990209 or 16770032. OLE color: 16770032.

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

Color convert

RGB240227255-
CMYK0.060.1100
HSL267.86º100%94.51%-
HSV(B)267.86º10.98%100%-
XYZ81.4580.68105.89-
YUV234.08139.81132.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.24%
GREEN value IS 227 (89.06% from 255) = 31.44%
BLUE value IS 255 (100% from 255) = 35.32%
R=33.24%
G=31.44%
B=35.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402272550.060.1100267.8610094.51
HexF0E3FF6B0010c645f
Octal36034337761300414144137
Binary11110000111000111111111111010110010000110011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E3FF; }

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

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

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

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

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

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

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

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