#F1EEFE

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

Shades of Magnolia #F1EEFE

Tints of Magnolia #F1EEFE

Color information

#F1EEFE (or 0xF1EEFE) is unknown color: approx Magnolia. HEX triplet: F1, EE and FE. RGB value is (241,238,254). Sum of RGB (Red+Green+Blue) = 241+238+254=733 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.88% from 733); Green value is 238 (93.36% from 255 or 32.47% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1EEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EEFE is #0E1101. Grayscale: #F0F0F0. Windows color (decimal): -921858 or 16707313. OLE color: 16707313.

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

Color convert

RGB241238254-
CMYK0.050.0600.00
HSL251.25º88.89%96.47%-
HSV(B)251.25º6.3%99.61%-
XYZ84.7487.01106.09-
YUV240.72135.49128.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.88%
GREEN value IS 238 (93.36% from 255) = 32.47%
BLUE value IS 254 (99.61% from 255) = 34.65%
R=32.88%
G=32.47%
B=34.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412382540.050.0600.00251.2588.8996.47
HexF1EEFE5600fb5960
Octal3613563765600373131140
Binary111100011110111011111110101110001111101110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EEFE; }

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

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

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

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

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

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

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

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