#F9F7FE

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

Shades of Magnolia #F9F7FE

Tints of Magnolia #F9F7FE

Color information

#F9F7FE (or 0xF9F7FE) is unknown color: approx Magnolia. HEX triplet: F9, F7 and FE. RGB value is (249,247,254). Sum of RGB (Red+Green+Blue) = 249+247+254=750 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.2% from 750); Green value is 247 (96.88% from 255 or 32.93% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9F7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F7FE is #060801. Grayscale: #F8F8F8. Windows color (decimal): -395266 or 16709625. OLE color: 16709625.

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

Color convert

RGB249247254-
CMYK0.020.0300.00
HSL257.14º77.78%98.24%-
HSV(B)257.14º2.76%99.61%-
XYZ90.2293.82107.12-
YUV248.4131.16128.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.2%
GREEN value IS 247 (96.88% from 255) = 32.93%
BLUE value IS 254 (99.61% from 255) = 33.87%
R=33.2%
G=32.93%
B=33.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492472540.020.0300.00257.1477.7898.24
HexF9F7FE23001014e62
Octal3713673762300401116142
Binary11111001111101111111111010110010000000110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F7FE; }

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

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

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

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

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

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

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

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