Shades of Mauve #FBB2FF
Tints of Mauve #FBB2FF
RGB
CMYK
RGB Variations
Color information
#FBB2FF (or 0xFBB2FF) is known color: Mauve. HEX triplet: FB, B2 and FF. RGB value is (251,178,255). Sum of RGB (Red+Green+Blue) = 251+178+255=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 178 (69.92% from 255 or 26.02% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2FF is #044D00. Grayscale: #D0D0D0. Windows color (decimal): -281857 or 16757499. OLE color: 16757499.
HSL color Cylindrical-coordinate representation of color #FBB2FF: hue angle of 296.88º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB2FF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 178 | 255 | - |
| CMYK | 0.02 | 0.30 | 0 | 0 |
| HSL | 296.88º | 1% | 0.85% | - |
| HSV(B) | 296.88º | 0.3% | 1% | - |
| XYZ | 73.75 | 59.57 | 102.22 | - |
| YUV | 208.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 255 | 0.02 | 0.30 | 0 | 0 | 296.88 | 1 | 0.85 |
| Hex | FB | B2 | FF | 2 | 1E | 0 | 0 | 129 | 64 | 55 |
| Octal | 373 | 262 | 377 | 2 | 36 | 0 | 0 | 451 | 144 | 125 |
| Binary | 11111011 | 10110010 | 11111111 | 10 | 11110 | 0 | 0 | 100101001 | 1100100 | 1010101 |
Color Harmonies of #FBB2FF
Complementary color
Monochromatic Colors of #FBB2FF
Black with #FBB2FF
Text Example
Text Example
White with #FBB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2FF; }
p { color: rgb(251,178,255); }
H1.HeaderClassName
{
color: #FBB2FF;
}
.AnyTagClassName
{
color: #FBB2FF;
}
</style>
background-color css
<style>
a { background-color: #FBB2FF; }
a { background-color: rgb(251,178,255); }
div.DivClassName
{
background-color: #FBB2FF;
}
.BgClassName
{
background-color: #FBB2FF;
}
</style>
border-color css
<style>
span { border-color: #FBB2FF; }
span { border-color: rgb(251,178,255); }
td.TdClassName
{
border-color: #FBB2FF;
}
.TagClassName
{
border-color: #FBB2FF;
}
</style>