#F1EBFF

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

Shades of Magnolia #F1EBFF

Tints of Magnolia #F1EBFF

Color information

#F1EBFF (or 0xF1EBFF) is unknown color: approx Magnolia. HEX triplet: F1, EB and FF. RGB value is (241,235,255). Sum of RGB (Red+Green+Blue) = 241+235+255=731 (96% of max value = 765). Red value is 241 (94.53% from 255 or 32.97% from 731); Green value is 235 (92.19% from 255 or 32.15% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1EBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EBFF is #0E1400. Grayscale: #EFEFEF. Windows color (decimal): -922625 or 16772081. OLE color: 16772081.

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

Color convert

RGB241235255-
CMYK0.050.0800
HSL258º100%96.08%-
HSV(B)258º7.84%100%-
XYZ84.0385.34106.65-
YUV239.07136.99129.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.97%
GREEN value IS 235 (92.19% from 255) = 32.15%
BLUE value IS 255 (100% from 255) = 34.88%
R=32.97%
G=32.15%
B=34.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412352550.050.080025810096.08
HexF1EBFF58001026460
Octal36135337751000402144140
Binary11110001111010111111111110110000010000001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBFF; }

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

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

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

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

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

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

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

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