Shades of Mauve #FABFFE
Tints of Mauve #FABFFE
RGB
CMYK
RGB Variations
Color information
#FABFFE (or 0xFABFFE) is known color: Mauve. HEX triplet: FA, BF and FE. RGB value is (250,191,254). Sum of RGB (Red+Green+Blue) = 250+191+254=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 191 (75% from 255 or 27.48% 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 #FABFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFFE is #054001. Grayscale: #D7D7D7. Windows color (decimal): -344066 or 16695290. OLE color: 16695290.
HSL color Cylindrical-coordinate representation of color #FABFFE: hue angle of 296.19º 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 #FABFFE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 191 | 254 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.00 |
| HSL | 296.19º | 0.97% | 0.87% | - |
| HSV(B) | 296.19º | 0.25% | 1% | - |
| XYZ | 75.94 | 64.74 | 102.26 | - |
| YUV | 215.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 254 | 0.02 | 0.25 | 0 | 0.00 | 296.19 | 0.97 | 0.87 |
| Hex | FA | BF | FE | 2 | 19 | 0 | 0 | 128 | 61 | 57 |
| Octal | 372 | 277 | 376 | 2 | 31 | 0 | 0 | 450 | 141 | 127 |
| Binary | 11111010 | 10111111 | 11111110 | 10 | 11001 | 0 | 0 | 100101000 | 1100001 | 1010111 |
Color Harmonies of #FABFFE
Complementary color
Monochromatic Colors of #FABFFE
Black with #FABFFE
Text Example
Text Example
White with #FABFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFFE; }
p { color: rgb(250,191,254); }
H1.HeaderClassName
{
color: #FABFFE;
}
.AnyTagClassName
{
color: #FABFFE;
}
</style>
background-color css
<style>
a { background-color: #FABFFE; }
a { background-color: rgb(250,191,254); }
div.DivClassName
{
background-color: #FABFFE;
}
.BgClassName
{
background-color: #FABFFE;
}
</style>
border-color css
<style>
span { border-color: #FABFFE; }
span { border-color: rgb(250,191,254); }
td.TdClassName
{
border-color: #FABFFE;
}
.TagClassName
{
border-color: #FABFFE;
}
</style>