Shades of Panache #F6F9F5
Tints of Panache #F6F9F5
RGB
CMYK
RGB Variations
Color information
#F6F9F5 (or 0xF6F9F5) is known color: Panache. HEX triplet: F6, F9 and F5. RGB value is (246,249,245). Sum of RGB (Red+Green+Blue) = 246+249+245=740 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.24% from 740); Green value is 249 (97.66% from 255 or 33.65% from 740); Blue value is 245 (96.09% from 255 or 33.11% from 740); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F9F5 is #09060A. Grayscale: #F7F7F7. Windows color (decimal): -591371 or 16120310. OLE color: 16120310.
HSL color Cylindrical-coordinate representation of color #F6F9F5: hue angle of 105º degrees, saturation: 0.25, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F6F9F5 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 246 | 249 | 245 | - |
CMYK | 0.01 | 0 | 0.02 | 0.02 |
HSL | 105º | 0.25% | 0.97% | - |
HSV(B) | 105º | 0.02% | 0.98% | - |
XYZ | 88.36 | 93.94 | 99.86 | - |
YUV | 247.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 249 | 245 | 0.01 | 0 | 0.02 | 0.02 | 105 | 0.25 | 0.97 |
Hex | F6 | F9 | F5 | 1 | 0 | 2 | 2 | 69 | 19 | 61 |
Octal | 366 | 371 | 365 | 1 | 0 | 2 | 2 | 151 | 31 | 141 |
Binary | 11110110 | 11111001 | 11110101 | 1 | 0 | 10 | 10 | 1101001 | 11001 | 1100001 |
Color Harmonies of #F6F9F5
Complementary color
Monochromatic Colors of #F6F9F5
Black with #F6F9F5
Text Example
Text Example
White with #F6F9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F9F5; }
p { color: rgb(246,249,245); }
H1.HeaderClassName
{
color: #F6F9F5;
}
.AnyTagClassName
{
color: #F6F9F5;
}
</style>
background-color css
<style>
a { background-color: #F6F9F5; }
a { background-color: rgb(246,249,245); }
div.DivClassName
{
background-color: #F6F9F5;
}
.BgClassName
{
background-color: #F6F9F5;
}
</style>
border-color css
<style>
span { border-color: #F6F9F5; }
span { border-color: rgb(246,249,245); }
td.TdClassName
{
border-color: #F6F9F5;
}
.TagClassName
{
border-color: #F6F9F5;
}
</style>