Shades of Panache #F5FCF2
Tints of Panache #F5FCF2
RGB
CMYK
RGB Variations
Color information
#F5FCF2 (or 0xF5FCF2) is known color: Panache. HEX triplet: F5, FC and F2. RGB value is (245,252,242). Sum of RGB (Red+Green+Blue) = 245+252+242=739 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.15% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 242 (94.92% from 255 or 32.75% from 739); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCF2 is #0A030D. Grayscale: #F8F8F8. Windows color (decimal): -656142 or 15924469. OLE color: 15924469.
HSL color Cylindrical-coordinate representation of color #F5FCF2: hue angle of 102º degrees, saturation: 0.62, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FCF2 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 242 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.01 |
| HSL | 102º | 0.63% | 0.97% | - |
| HSV(B) | 102º | 0.04% | 0.99% | - |
| XYZ | 88.49 | 95.44 | 97.76 | - |
| YUV | 248.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 242 | 0.03 | 0 | 0.04 | 0.01 | 102 | 0.63 | 0.97 |
| Hex | F5 | FC | F2 | 3 | 0 | 4 | 1 | 66 | 3E | 61 |
| Octal | 365 | 374 | 362 | 3 | 0 | 4 | 1 | 146 | 76 | 141 |
| Binary | 11110101 | 11111100 | 11110010 | 11 | 0 | 100 | 1 | 1100110 | 111110 | 1100001 |
Color Harmonies of #F5FCF2
Complementary color
Monochromatic Colors of #F5FCF2
Black with #F5FCF2
Text Example
Text Example
White with #F5FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCF2; }
p { color: rgb(245,252,242); }
H1.HeaderClassName
{
color: #F5FCF2;
}
.AnyTagClassName
{
color: #F5FCF2;
}
</style>
background-color css
<style>
a { background-color: #F5FCF2; }
a { background-color: rgb(245,252,242); }
div.DivClassName
{
background-color: #F5FCF2;
}
.BgClassName
{
background-color: #F5FCF2;
}
</style>
border-color css
<style>
span { border-color: #F5FCF2; }
span { border-color: rgb(245,252,242); }
td.TdClassName
{
border-color: #F5FCF2;
}
.TagClassName
{
border-color: #F5FCF2;
}
</style>