#F1E6FC

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

Shades of Magnolia #F1E6FC

Tints of Magnolia #F1E6FC

Color information

#F1E6FC (or 0xF1E6FC) is unknown color: approx Magnolia. HEX triplet: F1, E6 and FC. RGB value is (241,230,252). Sum of RGB (Red+Green+Blue) = 241+230+252=723 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.33% from 723); Green value is 230 (90.23% from 255 or 31.81% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1E6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E6FC is #0E1903. Grayscale: #EBEBEB. Windows color (decimal): -923908 or 16574193. OLE color: 16574193.

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

Color convert

RGB241230252-
CMYK0.040.0900.01
HSL270º78.57%94.51%-
HSV(B)270º8.73%98.82%-
XYZ82.1482.32103.66-
YUV235.8137.14131.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.33%
GREEN value IS 230 (90.23% from 255) = 31.81%
BLUE value IS 252 (98.83% from 255) = 34.85%
R=33.33%
G=31.81%
B=34.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412302520.040.0900.0127078.5794.51
HexF1E6FC490110e4f5f
Octal36134637441101416117137
Binary11110001111001101111110010010010110000111010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E6FC; }

 p { color: rgb(241,230,252); }

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

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

 a { background-color: rgb(241,230,252); }

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

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

 span { border-color: rgb(241,230,252); }

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