Shades of Mauve #FAB5FD
Tints of Mauve #FAB5FD
RGB
CMYK
RGB Variations
Color information
#FAB5FD (or 0xFAB5FD) is known color: Mauve. HEX triplet: FA, B5 and FD. RGB value is (250,181,253). Sum of RGB (Red+Green+Blue) = 250+181+253=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 181 (71.09% from 255 or 26.46% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAB5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB5FD is #054A02. Grayscale: #D1D1D1. Windows color (decimal): -346627 or 16627194. OLE color: 16627194.
HSL color Cylindrical-coordinate representation of color #FAB5FD: hue angle of 297.5º 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 #FAB5FD is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 181 | 253 | - |
CMYK | 0.01 | 0.28 | 0 | 0.01 |
HSL | 297.5º | 0.95% | 0.85% | - |
HSV(B) | 297.5º | 0.28% | 0.99% | - |
XYZ | 73.68 | 60.46 | 100.72 | - |
YUV | 209.84 | 152.36 | 156.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 181 | 253 | 0.01 | 0.28 | 0 | 0.01 | 297.5 | 0.95 | 0.85 |
Hex | FA | B5 | FD | 1 | 1C | 0 | 1 | 12A | 5F | 55 |
Octal | 372 | 265 | 375 | 1 | 34 | 0 | 1 | 452 | 137 | 125 |
Binary | 11111010 | 10110101 | 11111101 | 1 | 11100 | 0 | 1 | 100101010 | 1011111 | 1010101 |
Color Harmonies of #FAB5FD
Complementary color
Monochromatic Colors of #FAB5FD
Black with #FAB5FD
Text Example
Text Example
White with #FAB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5FD; }
p { color: rgb(250,181,253); }
H1.HeaderClassName
{
color: #FAB5FD;
}
.AnyTagClassName
{
color: #FAB5FD;
}
</style>
background-color css
<style>
a { background-color: #FAB5FD; }
a { background-color: rgb(250,181,253); }
div.DivClassName
{
background-color: #FAB5FD;
}
.BgClassName
{
background-color: #FAB5FD;
}
</style>
border-color css
<style>
span { border-color: #FAB5FD; }
span { border-color: rgb(250,181,253); }
td.TdClassName
{
border-color: #FAB5FD;
}
.TagClassName
{
border-color: #FAB5FD;
}
</style>