Shades of Mauve #F9BFFE
Tints of Mauve #F9BFFE
RGB
CMYK
RGB Variations
Color information
#F9BFFE (or 0xF9BFFE) is known color: Mauve. HEX triplet: F9, BF and FE. RGB value is (249,191,254). Sum of RGB (Red+Green+Blue) = 249+191+254=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 191 (75% from 255 or 27.52% 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 #F9BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFFE is #064001. Grayscale: #D7D7D7. Windows color (decimal): -409602 or 16695289. OLE color: 16695289.
HSL color Cylindrical-coordinate representation of color #F9BFFE: hue angle of 295.24º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BFFE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 191 | 254 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.00 |
| HSL | 295.24º | 0.97% | 0.87% | - |
| HSV(B) | 295.24º | 0.25% | 1% | - |
| XYZ | 75.59 | 64.56 | 102.24 | - |
| YUV | 215.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 254 | 0.02 | 0.25 | 0 | 0.00 | 295.24 | 0.97 | 0.87 |
| Hex | F9 | BF | FE | 2 | 19 | 0 | 0 | 127 | 61 | 57 |
| Octal | 371 | 277 | 376 | 2 | 31 | 0 | 0 | 447 | 141 | 127 |
| Binary | 11111001 | 10111111 | 11111110 | 10 | 11001 | 0 | 0 | 100100111 | 1100001 | 1010111 |
Color Harmonies of #F9BFFE
Complementary color
Monochromatic Colors of #F9BFFE
Black with #F9BFFE
Text Example
Text Example
White with #F9BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFFE; }
p { color: rgb(249,191,254); }
H1.HeaderClassName
{
color: #F9BFFE;
}
.AnyTagClassName
{
color: #F9BFFE;
}
</style>
background-color css
<style>
a { background-color: #F9BFFE; }
a { background-color: rgb(249,191,254); }
div.DivClassName
{
background-color: #F9BFFE;
}
.BgClassName
{
background-color: #F9BFFE;
}
</style>
border-color css
<style>
span { border-color: #F9BFFE; }
span { border-color: rgb(249,191,254); }
td.TdClassName
{
border-color: #F9BFFE;
}
.TagClassName
{
border-color: #F9BFFE;
}
</style>