Shades of Panache #F7FAF5
Tints of Panache #F7FAF5
RGB
CMYK
RGB Variations
Color information
#F7FAF5 (or 0xF7FAF5) is known color: Panache. HEX triplet: F7, FA and F5. RGB value is (247,250,245). Sum of RGB (Red+Green+Blue) = 247+250+245=742 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.29% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 245 (96.09% from 255 or 33.02% from 742); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FAF5 is #08050A. Grayscale: #F8F8F8. Windows color (decimal): -525579 or 16120567. OLE color: 16120567.
HSL color Cylindrical-coordinate representation of color #F7FAF5: hue angle of 96º degrees, saturation: 0.33, 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 #F7FAF5 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 247 | 250 | 245 | - |
CMYK | 0.01 | 0 | 0.02 | 0.02 |
HSL | 96º | 0.33% | 0.97% | - |
HSV(B) | 96º | 0.02% | 0.98% | - |
XYZ | 89.02 | 94.74 | 99.98 | - |
YUV | 248.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 250 | 245 | 0.01 | 0 | 0.02 | 0.02 | 96 | 0.33 | 0.97 |
Hex | F7 | FA | F5 | 1 | 0 | 2 | 2 | 60 | 21 | 61 |
Octal | 367 | 372 | 365 | 1 | 0 | 2 | 2 | 140 | 41 | 141 |
Binary | 11110111 | 11111010 | 11110101 | 1 | 0 | 10 | 10 | 1100000 | 100001 | 1100001 |
Color Harmonies of #F7FAF5
Complementary color
Monochromatic Colors of #F7FAF5
Black with #F7FAF5
Text Example
Text Example
White with #F7FAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FAF5; }
p { color: rgb(247,250,245); }
H1.HeaderClassName
{
color: #F7FAF5;
}
.AnyTagClassName
{
color: #F7FAF5;
}
</style>
background-color css
<style>
a { background-color: #F7FAF5; }
a { background-color: rgb(247,250,245); }
div.DivClassName
{
background-color: #F7FAF5;
}
.BgClassName
{
background-color: #F7FAF5;
}
</style>
border-color css
<style>
span { border-color: #F7FAF5; }
span { border-color: rgb(247,250,245); }
td.TdClassName
{
border-color: #F7FAF5;
}
.TagClassName
{
border-color: #F7FAF5;
}
</style>