#F9F7FB

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

Shades of Magnolia #F9F7FB

Tints of Magnolia #F9F7FB

Color information

#F9F7FB (or 0xF9F7FB) is unknown color: approx Magnolia. HEX triplet: F9, F7 and FB. RGB value is (249,247,251). Sum of RGB (Red+Green+Blue) = 249+247+251=747 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.33% from 747); Green value is 247 (96.88% from 255 or 33.07% from 747); Blue value is 251 (98.44% from 255 or 33.60% from 747); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9F7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F7FB is #060804. Grayscale: #F8F8F8. Windows color (decimal): -395269 or 16513017. OLE color: 16513017.

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

Color convert

RGB249247251-
CMYK0.010.0200.02
HSL270º33.33%97.65%-
HSV(B)270º1.59%98.43%-
XYZ89.7493.63104.61-
YUV248.05129.66128.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.33%
GREEN value IS 247 (96.88% from 255) = 33.07%
BLUE value IS 251 (98.44% from 255) = 33.60%
R=33.33%
G=33.07%
B=33.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492472510.010.0200.0227033.3397.65
HexF9F7FB120210e2162
Octal371367373120241641142
Binary1111100111110111111110111100101000011101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F7FB; }

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

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

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

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

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

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

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

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