Shades of Mauve #FBB4FF
Tints of Mauve #FBB4FF
RGB
CMYK
RGB Variations
Color information
#FBB4FF (or 0xFBB4FF) is known color: Mauve. HEX triplet: FB, B4 and FF. RGB value is (251,180,255). Sum of RGB (Red+Green+Blue) = 251+180+255=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 180 (70.70% from 255 or 26.24% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBB4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4FF is #044B00. Grayscale: #D1D1D1. Windows color (decimal): -281345 or 16758011. OLE color: 16758011.
HSL color Cylindrical-coordinate representation of color #FBB4FF: hue angle of 296.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB4FF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 180 | 255 | - |
| CMYK | 0.02 | 0.29 | 0 | 0 |
| HSL | 296.8º | 1% | 0.85% | - |
| HSV(B) | 296.8º | 0.29% | 1% | - |
| XYZ | 74.15 | 60.37 | 102.35 | - |
| YUV | 209.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 255 | 0.02 | 0.29 | 0 | 0 | 296.8 | 1 | 0.85 |
| Hex | FB | B4 | FF | 2 | 1D | 0 | 0 | 129 | 64 | 55 |
| Octal | 373 | 264 | 377 | 2 | 35 | 0 | 0 | 451 | 144 | 125 |
| Binary | 11111011 | 10110100 | 11111111 | 10 | 11101 | 0 | 0 | 100101001 | 1100100 | 1010101 |
Color Harmonies of #FBB4FF
Complementary color
Monochromatic Colors of #FBB4FF
Black with #FBB4FF
Text Example
Text Example
White with #FBB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4FF; }
p { color: rgb(251,180,255); }
H1.HeaderClassName
{
color: #FBB4FF;
}
.AnyTagClassName
{
color: #FBB4FF;
}
</style>
background-color css
<style>
a { background-color: #FBB4FF; }
a { background-color: rgb(251,180,255); }
div.DivClassName
{
background-color: #FBB4FF;
}
.BgClassName
{
background-color: #FBB4FF;
}
</style>
border-color css
<style>
span { border-color: #FBB4FF; }
span { border-color: rgb(251,180,255); }
td.TdClassName
{
border-color: #FBB4FF;
}
.TagClassName
{
border-color: #FBB4FF;
}
</style>