Shades of Mauve #FAB7FD
Tints of Mauve #FAB7FD
RGB
CMYK
RGB Variations
Color information
#FAB7FD (or 0xFAB7FD) is known color: Mauve. HEX triplet: FA, B7 and FD. RGB value is (250,183,253). Sum of RGB (Red+Green+Blue) = 250+183+253=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 183 (71.88% from 255 or 26.68% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAB7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7FD is #054802. Grayscale: #D2D2D2. Windows color (decimal): -346115 or 16627706. OLE color: 16627706.
HSL color Cylindrical-coordinate representation of color #FAB7FD: hue angle of 297.43º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB7FD is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 183 | 253 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.01 |
| HSL | 297.43º | 0.95% | 0.85% | - |
| HSV(B) | 297.43º | 0.28% | 0.99% | - |
| XYZ | 74.09 | 61.28 | 100.85 | - |
| YUV | 211.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 253 | 0.01 | 0.28 | 0 | 0.01 | 297.43 | 0.95 | 0.85 |
| Hex | FA | B7 | FD | 1 | 1C | 0 | 1 | 129 | 5F | 55 |
| Octal | 372 | 267 | 375 | 1 | 34 | 0 | 1 | 451 | 137 | 125 |
| Binary | 11111010 | 10110111 | 11111101 | 1 | 11100 | 0 | 1 | 100101001 | 1011111 | 1010101 |
Color Harmonies of #FAB7FD
Complementary color
Monochromatic Colors of #FAB7FD
Black with #FAB7FD
Text Example
Text Example
White with #FAB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7FD; }
p { color: rgb(250,183,253); }
H1.HeaderClassName
{
color: #FAB7FD;
}
.AnyTagClassName
{
color: #FAB7FD;
}
</style>
background-color css
<style>
a { background-color: #FAB7FD; }
a { background-color: rgb(250,183,253); }
div.DivClassName
{
background-color: #FAB7FD;
}
.BgClassName
{
background-color: #FAB7FD;
}
</style>
border-color css
<style>
span { border-color: #FAB7FD; }
span { border-color: rgb(250,183,253); }
td.TdClassName
{
border-color: #FAB7FD;
}
.TagClassName
{
border-color: #FAB7FD;
}
</style>