Shades of Panache #F9FCF7
Tints of Panache #F9FCF7
RGB
CMYK
RGB Variations
Color information
#F9FCF7 (or 0xF9FCF7) is known color: Panache. HEX triplet: F9, FC and F7. RGB value is (249,252,247). Sum of RGB (Red+Green+Blue) = 249+252+247=748 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.29% from 748); Green value is 252 (98.83% from 255 or 33.69% from 748); Blue value is 247 (96.88% from 255 or 33.02% from 748); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FCF7 is #060308. Grayscale: #FAFAFA. Windows color (decimal): -393993 or 16252153. OLE color: 16252153.
HSL color Cylindrical-coordinate representation of color #F9FCF7: hue angle of 96º degrees, saturation: 0.45, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9FCF7 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 252 | 247 | - |
CMYK | 0.01 | 0 | 0.02 | 0.01 |
HSL | 96º | 0.45% | 0.98% | - |
HSV(B) | 96º | 0.02% | 0.99% | - |
XYZ | 90.67 | 96.48 | 101.84 | - |
YUV | 250.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 252 | 247 | 0.01 | 0 | 0.02 | 0.01 | 96 | 0.45 | 0.98 |
Hex | F9 | FC | F7 | 1 | 0 | 2 | 1 | 60 | 2D | 62 |
Octal | 371 | 374 | 367 | 1 | 0 | 2 | 1 | 140 | 55 | 142 |
Binary | 11111001 | 11111100 | 11110111 | 1 | 0 | 10 | 1 | 1100000 | 101101 | 1100010 |
Color Harmonies of #F9FCF7
Complementary color
Monochromatic Colors of #F9FCF7
Black with #F9FCF7
Text Example
Text Example
White with #F9FCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FCF7; }
p { color: rgb(249,252,247); }
H1.HeaderClassName
{
color: #F9FCF7;
}
.AnyTagClassName
{
color: #F9FCF7;
}
</style>
background-color css
<style>
a { background-color: #F9FCF7; }
a { background-color: rgb(249,252,247); }
div.DivClassName
{
background-color: #F9FCF7;
}
.BgClassName
{
background-color: #F9FCF7;
}
</style>
border-color css
<style>
span { border-color: #F9FCF7; }
span { border-color: rgb(249,252,247); }
td.TdClassName
{
border-color: #F9FCF7;
}
.TagClassName
{
border-color: #F9FCF7;
}
</style>