#FEF9FF

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

Shades of Magnolia #FEF9FF

Tints of Magnolia #FEF9FF

Color information

#FEF9FF (or 0xFEF9FF) is unknown color: approx Magnolia. HEX triplet: FE, F9 and FF. RGB value is (254,249,255). Sum of RGB (Red+Green+Blue) = 254+249+255=758 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.51% from 758); Green value is 249 (97.66% from 255 or 32.85% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEF9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9FF is #010600. Grayscale: #FBFBFB. Windows color (decimal): -67073 or 16775678. OLE color: 16775678.

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

Color convert

RGB254249255-
CMYK0.000.0200
HSL290º100%98.82%-
HSV(B)290º2.35%100%-
XYZ92.896.04108.25-
YUV251.18130.16130.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.51%
GREEN value IS 249 (97.66% from 255) = 32.85%
BLUE value IS 255 (100% from 255) = 33.64%
R=33.51%
G=32.85%
B=33.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542492550.000.020029010098.82
HexFEF9FF02001226463
Octal3763713770200442144143
Binary1111111011111001111111110100010010001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9FF; }

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

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

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

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

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

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

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

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