Shades of Mauve #FBBCFD
Tints of Mauve #FBBCFD
RGB
CMYK
RGB Variations
Color information
#FBBCFD (or 0xFBBCFD) is known color: Mauve. HEX triplet: FB, BC and FD. RGB value is (251,188,253). Sum of RGB (Red+Green+Blue) = 251+188+253=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 188 (73.83% from 255 or 27.17% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBBCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCFD is #044302. Grayscale: #D6D6D6. Windows color (decimal): -279299 or 16628987. OLE color: 16628987.
HSL color Cylindrical-coordinate representation of color #FBBCFD: hue angle of 298.15º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBCFD is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 188 | 253 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.01 |
| HSL | 298.15º | 0.94% | 0.86% | - |
| HSV(B) | 298.15º | 0.26% | 0.99% | - |
| XYZ | 75.5 | 63.57 | 101.22 | - |
| YUV | 214.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 253 | 0.01 | 0.26 | 0 | 0.01 | 298.15 | 0.94 | 0.86 |
| Hex | FB | BC | FD | 1 | 1A | 0 | 1 | 12A | 5E | 56 |
| Octal | 373 | 274 | 375 | 1 | 32 | 0 | 1 | 452 | 136 | 126 |
| Binary | 11111011 | 10111100 | 11111101 | 1 | 11010 | 0 | 1 | 100101010 | 1011110 | 1010110 |
Color Harmonies of #FBBCFD
Complementary color
Monochromatic Colors of #FBBCFD
Black with #FBBCFD
Text Example
Text Example
White with #FBBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCFD; }
p { color: rgb(251,188,253); }
H1.HeaderClassName
{
color: #FBBCFD;
}
.AnyTagClassName
{
color: #FBBCFD;
}
</style>
background-color css
<style>
a { background-color: #FBBCFD; }
a { background-color: rgb(251,188,253); }
div.DivClassName
{
background-color: #FBBCFD;
}
.BgClassName
{
background-color: #FBBCFD;
}
</style>
border-color css
<style>
span { border-color: #FBBCFD; }
span { border-color: rgb(251,188,253); }
td.TdClassName
{
border-color: #FBBCFD;
}
.TagClassName
{
border-color: #FBBCFD;
}
</style>