Shades of Panache #FBFFF9
Tints of Panache #FBFFF9
RGB
CMYK
RGB Variations
Color information
#FBFFF9 (or 0xFBFFF9) is known color: Panache. HEX triplet: FB, FF and F9. RGB value is (251,255,249). Sum of RGB (Red+Green+Blue) = 251+255+249=755 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.25% from 755); Green value is 255 (100% from 255 or 33.77% from 755); Blue value is 249 (97.66% from 255 or 32.98% from 755); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFFF9 is #040006. Grayscale: #FDFDFD. Windows color (decimal): -262151 or 16383995. OLE color: 16383995.
HSL color Cylindrical-coordinate representation of color #FBFFF9: hue angle of 100º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FBFFF9 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 249 | - |
| CMYK | 0.02 | 0 | 0.02 | 0 |
| HSL | 100º | 1% | 0.99% | - |
| HSV(B) | 100º | 0.02% | 1% | - |
| XYZ | 92.64 | 98.87 | 103.82 | - |
| YUV | 253.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 249 | 0.02 | 0 | 0.02 | 0 | 100 | 1 | 0.99 |
| Hex | FB | FF | F9 | 2 | 0 | 2 | 0 | 64 | 64 | 63 |
| Octal | 373 | 377 | 371 | 2 | 0 | 2 | 0 | 144 | 144 | 143 |
| Binary | 11111011 | 11111111 | 11111001 | 10 | 0 | 10 | 0 | 1100100 | 1100100 | 1100011 |
Color Harmonies of #FBFFF9
Complementary color
Monochromatic Colors of #FBFFF9
Black with #FBFFF9
Text Example
Text Example
White with #FBFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFF9; }
p { color: rgb(251,255,249); }
H1.HeaderClassName
{
color: #FBFFF9;
}
.AnyTagClassName
{
color: #FBFFF9;
}
</style>
background-color css
<style>
a { background-color: #FBFFF9; }
a { background-color: rgb(251,255,249); }
div.DivClassName
{
background-color: #FBFFF9;
}
.BgClassName
{
background-color: #FBFFF9;
}
</style>
border-color css
<style>
span { border-color: #FBFFF9; }
span { border-color: rgb(251,255,249); }
td.TdClassName
{
border-color: #FBFFF9;
}
.TagClassName
{
border-color: #FBFFF9;
}
</style>