Shades of Panache #F6FBF2
Tints of Panache #F6FBF2
RGB
CMYK
RGB Variations
Color information
#F6FBF2 (or 0xF6FBF2) is known color: Panache. HEX triplet: F6, FB and F2. RGB value is (246,251,242). Sum of RGB (Red+Green+Blue) = 246+251+242=739 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.29% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 242 (94.92% from 255 or 32.75% from 739); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FBF2 is #09040D. Grayscale: #F8F8F8. Windows color (decimal): -590862 or 15924214. OLE color: 15924214.
HSL color Cylindrical-coordinate representation of color #F6FBF2: hue angle of 93.33º degrees, saturation: 0.53, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6FBF2 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 246 | 251 | 242 | - |
CMYK | 0.02 | 0 | 0.04 | 0.02 |
HSL | 93.33º | 0.53% | 0.97% | - |
HSV(B) | 93.33º | 0.04% | 0.98% | - |
XYZ | 88.53 | 95 | 97.67 | - |
YUV | 248.48 | 124.34 | 126.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 251 | 242 | 0.02 | 0 | 0.04 | 0.02 | 93.33 | 0.53 | 0.97 |
Hex | F6 | FB | F2 | 2 | 0 | 4 | 2 | 5D | 35 | 61 |
Octal | 366 | 373 | 362 | 2 | 0 | 4 | 2 | 135 | 65 | 141 |
Binary | 11110110 | 11111011 | 11110010 | 10 | 0 | 100 | 10 | 1011101 | 110101 | 1100001 |
Color Harmonies of #F6FBF2
Complementary color
Monochromatic Colors of #F6FBF2
Black with #F6FBF2
Text Example
Text Example
White with #F6FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FBF2; }
p { color: rgb(246,251,242); }
H1.HeaderClassName
{
color: #F6FBF2;
}
.AnyTagClassName
{
color: #F6FBF2;
}
</style>
background-color css
<style>
a { background-color: #F6FBF2; }
a { background-color: rgb(246,251,242); }
div.DivClassName
{
background-color: #F6FBF2;
}
.BgClassName
{
background-color: #F6FBF2;
}
</style>
border-color css
<style>
span { border-color: #F6FBF2; }
span { border-color: rgb(246,251,242); }
td.TdClassName
{
border-color: #F6FBF2;
}
.TagClassName
{
border-color: #F6FBF2;
}
</style>