Shades of Panache #F6FFF1
Tints of Panache #F6FFF1
RGB
CMYK
RGB Variations
Color information
#F6FFF1 (or 0xF6FFF1) is known color: Panache. HEX triplet: F6, FF and F1. RGB value is (246,255,241). Sum of RGB (Red+Green+Blue) = 246+255+241=742 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.15% from 742); Green value is 255 (100% from 255 or 34.37% from 742); Blue value is 241 (94.53% from 255 or 32.48% from 742); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FFF1 is #09000E. Grayscale: #FAFAFA. Windows color (decimal): -589839 or 15859702. OLE color: 15859702.
HSL color Cylindrical-coordinate representation of color #F6FFF1: hue angle of 98.57º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F6FFF1 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 246 | 255 | 241 | - |
CMYK | 0.04 | 0 | 0.05 | 0 |
HSL | 98.57º | 1% | 0.97% | - |
HSV(B) | 98.57º | 0.05% | 1% | - |
XYZ | 89.64 | 97.46 | 97.31 | - |
YUV | 250.71 | 122.52 | 124.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 255 | 241 | 0.04 | 0 | 0.05 | 0 | 98.57 | 1 | 0.97 |
Hex | F6 | FF | F1 | 4 | 0 | 5 | 0 | 63 | 64 | 61 |
Octal | 366 | 377 | 361 | 4 | 0 | 5 | 0 | 143 | 144 | 141 |
Binary | 11110110 | 11111111 | 11110001 | 100 | 0 | 101 | 0 | 1100011 | 1100100 | 1100001 |
Color Harmonies of #F6FFF1
Complementary color
Monochromatic Colors of #F6FFF1
Black with #F6FFF1
Text Example
Text Example
White with #F6FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FFF1; }
p { color: rgb(246,255,241); }
H1.HeaderClassName
{
color: #F6FFF1;
}
.AnyTagClassName
{
color: #F6FFF1;
}
</style>
background-color css
<style>
a { background-color: #F6FFF1; }
a { background-color: rgb(246,255,241); }
div.DivClassName
{
background-color: #F6FFF1;
}
.BgClassName
{
background-color: #F6FFF1;
}
</style>
border-color css
<style>
span { border-color: #F6FFF1; }
span { border-color: rgb(246,255,241); }
td.TdClassName
{
border-color: #F6FFF1;
}
.TagClassName
{
border-color: #F6FFF1;
}
</style>