Shades of Panache #F9FEF5
Tints of Panache #F9FEF5
RGB
CMYK
RGB Variations
Color information
#F9FEF5 (or 0xF9FEF5) is known color: Panache. HEX triplet: F9, FE and F5. RGB value is (249,254,245). Sum of RGB (Red+Green+Blue) = 249+254+245=748 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.29% from 748); Green value is 254 (99.61% from 255 or 33.96% from 748); Blue value is 245 (96.09% from 255 or 32.75% from 748); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FEF5 is #06010A. Grayscale: #FBFBFB. Windows color (decimal): -393483 or 16121593. OLE color: 16121593.
HSL color Cylindrical-coordinate representation of color #F9FEF5: hue angle of 93.33º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F9FEF5 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 254 | 245 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.00 |
| HSL | 93.33º | 0.82% | 0.98% | - |
| HSV(B) | 93.33º | 0.04% | 1% | - |
| XYZ | 90.99 | 97.62 | 100.43 | - |
| YUV | 251.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 254 | 245 | 0.02 | 0 | 0.04 | 0.00 | 93.33 | 0.82 | 0.98 |
| Hex | F9 | FE | F5 | 2 | 0 | 4 | 0 | 5D | 52 | 62 |
| Octal | 371 | 376 | 365 | 2 | 0 | 4 | 0 | 135 | 122 | 142 |
| Binary | 11111001 | 11111110 | 11110101 | 10 | 0 | 100 | 0 | 1011101 | 1010010 | 1100010 |
Color Harmonies of #F9FEF5
Complementary color
Monochromatic Colors of #F9FEF5
Black with #F9FEF5
Text Example
Text Example
White with #F9FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FEF5; }
p { color: rgb(249,254,245); }
H1.HeaderClassName
{
color: #F9FEF5;
}
.AnyTagClassName
{
color: #F9FEF5;
}
</style>
background-color css
<style>
a { background-color: #F9FEF5; }
a { background-color: rgb(249,254,245); }
div.DivClassName
{
background-color: #F9FEF5;
}
.BgClassName
{
background-color: #F9FEF5;
}
</style>
border-color css
<style>
span { border-color: #F9FEF5; }
span { border-color: rgb(249,254,245); }
td.TdClassName
{
border-color: #F9FEF5;
}
.TagClassName
{
border-color: #F9FEF5;
}
</style>