Shades of Panache #F7FEF0
Tints of Panache #F7FEF0
RGB
CMYK
RGB Variations
Color information
#F7FEF0 (or 0xF7FEF0) is known color: Panache. HEX triplet: F7, FE and F0. RGB value is (247,254,240). Sum of RGB (Red+Green+Blue) = 247+254+240=741 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.33% from 741); Green value is 254 (99.61% from 255 or 34.28% from 741); Blue value is 240 (94.14% from 255 or 32.39% from 741); Max value from RGB is 254 - color contains mainly: green. Hex color #F7FEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FEF0 is #08010F. Grayscale: #FAFAFA. Windows color (decimal): -524560 or 15793911. OLE color: 15793911.
HSL color Cylindrical-coordinate representation of color #F7FEF0: hue angle of 90º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F7FEF0 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 254 | 240 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.00 |
| HSL | 90º | 0.88% | 0.97% | - |
| HSV(B) | 90º | 0.06% | 1% | - |
| XYZ | 89.53 | 96.95 | 96.43 | - |
| YUV | 250.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 254 | 240 | 0.03 | 0 | 0.06 | 0.00 | 90 | 0.88 | 0.97 |
| Hex | F7 | FE | F0 | 3 | 0 | 6 | 0 | 5A | 58 | 61 |
| Octal | 367 | 376 | 360 | 3 | 0 | 6 | 0 | 132 | 130 | 141 |
| Binary | 11110111 | 11111110 | 11110000 | 11 | 0 | 110 | 0 | 1011010 | 1011000 | 1100001 |
Color Harmonies of #F7FEF0
Complementary color
Monochromatic Colors of #F7FEF0
Black with #F7FEF0
Text Example
Text Example
White with #F7FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FEF0; }
p { color: rgb(247,254,240); }
H1.HeaderClassName
{
color: #F7FEF0;
}
.AnyTagClassName
{
color: #F7FEF0;
}
</style>
background-color css
<style>
a { background-color: #F7FEF0; }
a { background-color: rgb(247,254,240); }
div.DivClassName
{
background-color: #F7FEF0;
}
.BgClassName
{
background-color: #F7FEF0;
}
</style>
border-color css
<style>
span { border-color: #F7FEF0; }
span { border-color: rgb(247,254,240); }
td.TdClassName
{
border-color: #F7FEF0;
}
.TagClassName
{
border-color: #F7FEF0;
}
</style>