#F9EEFF

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

Shades of Magnolia #F9EEFF

Tints of Magnolia #F9EEFF

Color information

#F9EEFF (or 0xF9EEFF) is unknown color: approx Magnolia. HEX triplet: F9, EE and FF. RGB value is (249,238,255). Sum of RGB (Red+Green+Blue) = 249+238+255=742 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.56% from 742); Green value is 238 (93.36% from 255 or 32.08% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9EEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EEFF is #061100. Grayscale: #F3F3F3. Windows color (decimal): -397569 or 16772857. OLE color: 16772857.

HSL color Cylindrical-coordinate representation of color #F9EEFF: hue angle of 278.82º 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 #F9EEFF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB249238255-
CMYK0.020.0700
HSL278.82º100%96.67%-
HSV(B)278.82º6.67%100%-
XYZ87.6988.51107.07-
YUV243.23134.64132.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.56%
GREEN value IS 238 (93.36% from 255) = 32.08%
BLUE value IS 255 (100% from 255) = 34.37%
R=33.56%
G=32.08%
B=34.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492382550.020.0700278.8210096.67
HexF9EEFF27001176461
Octal3713563772700427144141
Binary111110011110111011111111101110010001011111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EEFF; }

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

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

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

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

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

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

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

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