#F1EEFD

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

Shades of Magnolia #F1EEFD

Tints of Magnolia #F1EEFD

Color information

#F1EEFD (or 0xF1EEFD) is unknown color: approx Magnolia. HEX triplet: F1, EE and FD. RGB value is (241,238,253). Sum of RGB (Red+Green+Blue) = 241+238+253=732 (96% of max value = 765). Red value is 241 (94.53% from 255 or 32.92% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1EEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EEFD is #0E1102. Grayscale: #F0F0F0. Windows color (decimal): -921859 or 16641777. OLE color: 16641777.

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

Color convert

RGB241238253-
CMYK0.050.0600.01
HSL252º78.95%96.27%-
HSV(B)252º5.93%99.22%-
XYZ84.5886.94105.25-
YUV240.61134.99128.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.92%
GREEN value IS 238 (93.36% from 255) = 32.51%
BLUE value IS 253 (99.22% from 255) = 34.56%
R=32.92%
G=32.51%
B=34.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412382530.050.0600.0125278.9596.27
HexF1EEFD5601fc4f60
Octal3613563755601374117140
Binary111100011110111011111101101110011111110010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EEFD; }

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

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

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

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

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

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

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

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