#F9F7FA

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

Shades of Magnolia #F9F7FA

Tints of Magnolia #F9F7FA

Color information

#F9F7FA (or 0xF9F7FA) is unknown color: approx Magnolia. HEX triplet: F9, F7 and FA. RGB value is (249,247,250). Sum of RGB (Red+Green+Blue) = 249+247+250=746 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.38% from 746); Green value is 247 (96.88% from 255 or 33.11% from 746); Blue value is 250 (98.05% from 255 or 33.51% from 746); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9F7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F7FA is #060805. Grayscale: #F7F7F7. Windows color (decimal): -395270 or 16447481. OLE color: 16447481.

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

Color convert

RGB249247250-
CMYK0.000.0100.02
HSL280º23.08%97.45%-
HSV(B)280º1.2%98.04%-
XYZ89.5893.56103.78-
YUV247.94129.16128.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.38%
GREEN value IS 247 (96.88% from 255) = 33.11%
BLUE value IS 250 (98.05% from 255) = 33.51%
R=33.38%
G=33.11%
B=33.51%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492472500.000.0100.0228023.0897.45
HexF9F7FA01021181761
Octal371367372010243027141
Binary11111001111101111111101001010100011000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F7FA; }

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

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

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

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

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

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

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

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