#F0EBFF

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

Shades of Magnolia #F0EBFF

Tints of Magnolia #F0EBFF

Color information

#F0EBFF (or 0xF0EBFF) is unknown color: approx Magnolia. HEX triplet: F0, EB and FF. RGB value is (240,235,255). Sum of RGB (Red+Green+Blue) = 240+235+255=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 235 (92.19% from 255 or 32.19% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0EBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EBFF is #0F1400. Grayscale: #EEEEEE. Windows color (decimal): -988161 or 16772080. OLE color: 16772080.

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

Color convert

RGB240235255-
CMYK0.060.0800
HSL255º100%96.08%-
HSV(B)255º7.84%100%-
XYZ83.6985.16106.63-
YUV238.77137.16128.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.88%
GREEN value IS 235 (92.19% from 255) = 32.19%
BLUE value IS 255 (100% from 255) = 34.93%
R=32.88%
G=32.19%
B=34.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402352550.060.080025510096.08
HexF0EBFF6800ff6460
Octal36035337761000377144140
Binary1111000011101011111111111101000001111111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBFF; }

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

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

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

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

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

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

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

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