Shades of Mauve #FBBDFE
Tints of Mauve #FBBDFE
RGB
CMYK
RGB Variations
Color information
#FBBDFE (or 0xFBBDFE) is known color: Mauve. HEX triplet: FB, BD and FE. RGB value is (251,189,254). Sum of RGB (Red+Green+Blue) = 251+189+254=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 189 (74.22% from 255 or 27.23% 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 #FBBDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDFE is #044201. Grayscale: #D6D6D6. Windows color (decimal): -279042 or 16694779. OLE color: 16694779.
HSL color Cylindrical-coordinate representation of color #FBBDFE: hue angle of 297.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBDFE is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 189 | 254 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.00 |
| HSL | 297.23º | 0.97% | 0.87% | - |
| HSV(B) | 297.23º | 0.26% | 1% | - |
| XYZ | 75.87 | 64.06 | 102.13 | - |
| YUV | 214.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 254 | 0.01 | 0.26 | 0 | 0.00 | 297.23 | 0.97 | 0.87 |
| Hex | FB | BD | FE | 1 | 1A | 0 | 0 | 129 | 61 | 57 |
| Octal | 373 | 275 | 376 | 1 | 32 | 0 | 0 | 451 | 141 | 127 |
| Binary | 11111011 | 10111101 | 11111110 | 1 | 11010 | 0 | 0 | 100101001 | 1100001 | 1010111 |
Color Harmonies of #FBBDFE
Complementary color
Monochromatic Colors of #FBBDFE
Black with #FBBDFE
Text Example
Text Example
White with #FBBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDFE; }
p { color: rgb(251,189,254); }
H1.HeaderClassName
{
color: #FBBDFE;
}
.AnyTagClassName
{
color: #FBBDFE;
}
</style>
background-color css
<style>
a { background-color: #FBBDFE; }
a { background-color: rgb(251,189,254); }
div.DivClassName
{
background-color: #FBBDFE;
}
.BgClassName
{
background-color: #FBBDFE;
}
</style>
border-color css
<style>
span { border-color: #FBBDFE; }
span { border-color: rgb(251,189,254); }
td.TdClassName
{
border-color: #FBBDFE;
}
.TagClassName
{
border-color: #FBBDFE;
}
</style>