#F1EEFF

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

Shades of Magnolia #F1EEFF

Tints of Magnolia #F1EEFF

Color information

#F1EEFF (or 0xF1EEFF) is unknown color: approx Magnolia. HEX triplet: F1, EE and FF. RGB value is (241,238,255). Sum of RGB (Red+Green+Blue) = 241+238+255=734 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.83% from 734); Green value is 238 (93.36% from 255 or 32.43% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1EEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EEFF is #0E1100. Grayscale: #F0F0F0. Windows color (decimal): -921857 or 16772849. OLE color: 16772849.

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

Color convert

RGB241238255-
CMYK0.050.0700
HSL250.59º100%96.67%-
HSV(B)250.59º6.67%100%-
XYZ84.987.07106.94-
YUV240.83135.99128.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.83%
GREEN value IS 238 (93.36% from 255) = 32.43%
BLUE value IS 255 (100% from 255) = 34.74%
R=32.83%
G=32.43%
B=34.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412382550.050.0700250.5910096.67
HexF1EEFF5700fb6461
Octal3613563775700373144141
Binary111100011110111011111111101111001111101111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EEFF; }

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

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

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

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

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

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

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

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