Shades of Mauve #FBBDFF
Tints of Mauve #FBBDFF
RGB
CMYK
RGB Variations
Color information
#FBBDFF (or 0xFBBDFF) is known color: Mauve. HEX triplet: FB, BD and FF. RGB value is (251,189,255). Sum of RGB (Red+Green+Blue) = 251+189+255=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 189 (74.22% from 255 or 27.19% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBBDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDFF is #044200. Grayscale: #D6D6D6. Windows color (decimal): -279041 or 16760315. OLE color: 16760315.
HSL color Cylindrical-coordinate representation of color #FBBDFF: hue angle of 296.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBDFF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 189 | 255 | - |
| CMYK | 0.02 | 0.26 | 0 | 0 |
| HSL | 296.36º | 1% | 0.87% | - |
| HSV(B) | 296.36º | 0.26% | 1% | - |
| XYZ | 76.03 | 64.12 | 102.98 | - |
| YUV | 215.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 255 | 0.02 | 0.26 | 0 | 0 | 296.36 | 1 | 0.87 |
| Hex | FB | BD | FF | 2 | 1A | 0 | 0 | 128 | 64 | 57 |
| Octal | 373 | 275 | 377 | 2 | 32 | 0 | 0 | 450 | 144 | 127 |
| Binary | 11111011 | 10111101 | 11111111 | 10 | 11010 | 0 | 0 | 100101000 | 1100100 | 1010111 |
Color Harmonies of #FBBDFF
Complementary color
Monochromatic Colors of #FBBDFF
Black with #FBBDFF
Text Example
Text Example
White with #FBBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDFF; }
p { color: rgb(251,189,255); }
H1.HeaderClassName
{
color: #FBBDFF;
}
.AnyTagClassName
{
color: #FBBDFF;
}
</style>
background-color css
<style>
a { background-color: #FBBDFF; }
a { background-color: rgb(251,189,255); }
div.DivClassName
{
background-color: #FBBDFF;
}
.BgClassName
{
background-color: #FBBDFF;
}
</style>
border-color css
<style>
span { border-color: #FBBDFF; }
span { border-color: rgb(251,189,255); }
td.TdClassName
{
border-color: #FBBDFF;
}
.TagClassName
{
border-color: #FBBDFF;
}
</style>