#F9F6FE

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

Shades of Magnolia #F9F6FE

Tints of Magnolia #F9F6FE

Color information

#F9F6FE (or 0xF9F6FE) is unknown color: approx Magnolia. HEX triplet: F9, F6 and FE. RGB value is (249,246,254). Sum of RGB (Red+Green+Blue) = 249+246+254=749 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.24% from 749); Green value is 246 (96.48% from 255 or 32.84% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9F6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F6FE is #060901. Grayscale: #F7F7F7. Windows color (decimal): -395522 or 16709369. OLE color: 16709369.

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

Color convert

RGB249246254-
CMYK0.020.0300.00
HSL262.5º80%98.04%-
HSV(B)262.5º3.15%99.61%-
XYZ89.9193.21107.02-
YUV247.81131.49128.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.24%
GREEN value IS 246 (96.48% from 255) = 32.84%
BLUE value IS 254 (99.61% from 255) = 33.91%
R=33.24%
G=32.84%
B=33.91%

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
Decimal2492462540.020.0300.00262.58098.04
HexF9F6FE23001065062
Octal3713663762300406120142
Binary11111001111101101111111010110010000011010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F6FE; }

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

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

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

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

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

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

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

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