Shades of Mauve #F9C0FE
Tints of Mauve #F9C0FE
RGB
CMYK
RGB Variations
Color information
#F9C0FE (or 0xF9C0FE) is known color: Mauve. HEX triplet: F9, C0 and FE. RGB value is (249,192,254). Sum of RGB (Red+Green+Blue) = 249+192+254=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 192 (75.39% from 255 or 27.63% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9C0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C0FE is #063F01. Grayscale: #D7D7D7. Windows color (decimal): -409346 or 16695545. OLE color: 16695545.
HSL color Cylindrical-coordinate representation of color #F9C0FE: hue angle of 295.16º 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 #F9C0FE is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 192 | 254 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.00 |
| HSL | 295.16º | 0.97% | 0.87% | - |
| HSV(B) | 295.16º | 0.24% | 1% | - |
| XYZ | 75.81 | 64.99 | 102.32 | - |
| YUV | 216.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 254 | 0.02 | 0.24 | 0 | 0.00 | 295.16 | 0.97 | 0.87 |
| Hex | F9 | C0 | FE | 2 | 18 | 0 | 0 | 127 | 61 | 57 |
| Octal | 371 | 300 | 376 | 2 | 30 | 0 | 0 | 447 | 141 | 127 |
| Binary | 11111001 | 11000000 | 11111110 | 10 | 11000 | 0 | 0 | 100100111 | 1100001 | 1010111 |
Color Harmonies of #F9C0FE
Complementary color
Monochromatic Colors of #F9C0FE
Black with #F9C0FE
Text Example
Text Example
White with #F9C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0FE; }
p { color: rgb(249,192,254); }
H1.HeaderClassName
{
color: #F9C0FE;
}
.AnyTagClassName
{
color: #F9C0FE;
}
</style>
background-color css
<style>
a { background-color: #F9C0FE; }
a { background-color: rgb(249,192,254); }
div.DivClassName
{
background-color: #F9C0FE;
}
.BgClassName
{
background-color: #F9C0FE;
}
</style>
border-color css
<style>
span { border-color: #F9C0FE; }
span { border-color: rgb(249,192,254); }
td.TdClassName
{
border-color: #F9C0FE;
}
.TagClassName
{
border-color: #F9C0FE;
}
</style>