Shades of Mauve #F8C0FE
Tints of Mauve #F8C0FE
RGB
CMYK
RGB Variations
Color information
#F8C0FE (or 0xF8C0FE) is known color: Mauve. HEX triplet: F8, C0 and FE. RGB value is (248,192,254). Sum of RGB (Red+Green+Blue) = 248+192+254=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 192 (75.39% from 255 or 27.67% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8C0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C0FE is #073F01. Grayscale: #D7D7D7. Windows color (decimal): -474882 or 16695544. OLE color: 16695544.
HSL color Cylindrical-coordinate representation of color #F8C0FE: hue angle of 294.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8C0FE is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 192 | 254 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.00 |
| HSL | 294.19º | 0.97% | 0.87% | - |
| HSV(B) | 294.19º | 0.24% | 1% | - |
| XYZ | 75.45 | 64.81 | 102.3 | - |
| YUV | 215.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 254 | 0.02 | 0.24 | 0 | 0.00 | 294.19 | 0.97 | 0.87 |
| Hex | F8 | C0 | FE | 2 | 18 | 0 | 0 | 126 | 61 | 57 |
| Octal | 370 | 300 | 376 | 2 | 30 | 0 | 0 | 446 | 141 | 127 |
| Binary | 11111000 | 11000000 | 11111110 | 10 | 11000 | 0 | 0 | 100100110 | 1100001 | 1010111 |
Color Harmonies of #F8C0FE
Complementary color
Monochromatic Colors of #F8C0FE
Black with #F8C0FE
Text Example
Text Example
White with #F8C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0FE; }
p { color: rgb(248,192,254); }
H1.HeaderClassName
{
color: #F8C0FE;
}
.AnyTagClassName
{
color: #F8C0FE;
}
</style>
background-color css
<style>
a { background-color: #F8C0FE; }
a { background-color: rgb(248,192,254); }
div.DivClassName
{
background-color: #F8C0FE;
}
.BgClassName
{
background-color: #F8C0FE;
}
</style>
border-color css
<style>
span { border-color: #F8C0FE; }
span { border-color: rgb(248,192,254); }
td.TdClassName
{
border-color: #F8C0FE;
}
.TagClassName
{
border-color: #F8C0FE;
}
</style>