Shades of Panache #FAFFF7
Tints of Panache #FAFFF7
RGB
CMYK
RGB Variations
Color information
#FAFFF7 (or 0xFAFFF7) is known color: Panache. HEX triplet: FA, FF and F7. RGB value is (250,255,247). Sum of RGB (Red+Green+Blue) = 250+255+247=752 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.24% from 752); Green value is 255 (100% from 255 or 33.91% from 752); Blue value is 247 (96.88% from 255 or 32.85% from 752); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFF7 is #050008. Grayscale: #FCFCFC. Windows color (decimal): -327689 or 16252922. OLE color: 16252922.
HSL color Cylindrical-coordinate representation of color #FAFFF7: hue angle of 97.5º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FAFFF7 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 247 | - |
| CMYK | 0.02 | 0 | 0.03 | 0 |
| HSL | 97.5º | 1% | 0.98% | - |
| HSV(B) | 97.5º | 0.03% | 1% | - |
| XYZ | 91.97 | 98.56 | 102.17 | - |
| YUV | 252.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 247 | 0.02 | 0 | 0.03 | 0 | 97.5 | 1 | 0.98 |
| Hex | FA | FF | F7 | 2 | 0 | 3 | 0 | 62 | 64 | 62 |
| Octal | 372 | 377 | 367 | 2 | 0 | 3 | 0 | 142 | 144 | 142 |
| Binary | 11111010 | 11111111 | 11110111 | 10 | 0 | 11 | 0 | 1100010 | 1100100 | 1100010 |
Color Harmonies of #FAFFF7
Complementary color
Monochromatic Colors of #FAFFF7
Black with #FAFFF7
Text Example
Text Example
White with #FAFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFF7; }
p { color: rgb(250,255,247); }
H1.HeaderClassName
{
color: #FAFFF7;
}
.AnyTagClassName
{
color: #FAFFF7;
}
</style>
background-color css
<style>
a { background-color: #FAFFF7; }
a { background-color: rgb(250,255,247); }
div.DivClassName
{
background-color: #FAFFF7;
}
.BgClassName
{
background-color: #FAFFF7;
}
</style>
border-color css
<style>
span { border-color: #FAFFF7; }
span { border-color: rgb(250,255,247); }
td.TdClassName
{
border-color: #FAFFF7;
}
.TagClassName
{
border-color: #FAFFF7;
}
</style>