#F9EFFF

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

Shades of Magnolia #F9EFFF

Tints of Magnolia #F9EFFF

Color information

#F9EFFF (or 0xF9EFFF) is unknown color: approx Magnolia. HEX triplet: F9, EF and FF. RGB value is (249,239,255). Sum of RGB (Red+Green+Blue) = 249+239+255=743 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.51% from 743); Green value is 239 (93.75% from 255 or 32.17% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9EFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EFFF is #061000. Grayscale: #F3F3F3. Windows color (decimal): -397313 or 16773113. OLE color: 16773113.

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

Color convert

RGB249239255-
CMYK0.020.0600
HSL277.5º100%96.86%-
HSV(B)277.5º6.27%100%-
XYZ87.9889.09107.17-
YUV243.81134.31131.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.51%
GREEN value IS 239 (93.75% from 255) = 32.17%
BLUE value IS 255 (100% from 255) = 34.32%
R=33.51%
G=32.17%
B=34.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492392550.020.0600277.510096.86
HexF9EFFF26001166461
Octal3713573772600426144141
Binary111110011110111111111111101100010001011011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EFFF; }

 p { color: rgb(249,239,255); }

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

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

 a { background-color: rgb(249,239,255); }

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

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

 span { border-color: rgb(249,239,255); }

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