Shades of Mauve #FBAEFF
Tints of Mauve #FBAEFF
RGB
CMYK
RGB Variations
Color information
#FBAEFF (or 0xFBAEFF) is known color: Mauve. HEX triplet: FB, AE and FF. RGB value is (251,174,255). Sum of RGB (Red+Green+Blue) = 251+174+255=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 174 (68.36% from 255 or 25.59% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEFF is #045100. Grayscale: #CECECE. Windows color (decimal): -282881 or 16756475. OLE color: 16756475.
HSL color Cylindrical-coordinate representation of color #FBAEFF: hue angle of 297.04º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAEFF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 174 | 255 | - |
| CMYK | 0.02 | 0.32 | 0 | 0 |
| HSL | 297.04º | 1% | 0.84% | - |
| HSV(B) | 297.04º | 0.32% | 1% | - |
| XYZ | 72.97 | 58 | 101.96 | - |
| YUV | 206.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 255 | 0.02 | 0.32 | 0 | 0 | 297.04 | 1 | 0.84 |
| Hex | FB | AE | FF | 2 | 20 | 0 | 0 | 129 | 64 | 54 |
| Octal | 373 | 256 | 377 | 2 | 40 | 0 | 0 | 451 | 144 | 124 |
| Binary | 11111011 | 10101110 | 11111111 | 10 | 100000 | 0 | 0 | 100101001 | 1100100 | 1010100 |
Color Harmonies of #FBAEFF
Complementary color
Monochromatic Colors of #FBAEFF
Black with #FBAEFF
Text Example
Text Example
White with #FBAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEFF; }
p { color: rgb(251,174,255); }
H1.HeaderClassName
{
color: #FBAEFF;
}
.AnyTagClassName
{
color: #FBAEFF;
}
</style>
background-color css
<style>
a { background-color: #FBAEFF; }
a { background-color: rgb(251,174,255); }
div.DivClassName
{
background-color: #FBAEFF;
}
.BgClassName
{
background-color: #FBAEFF;
}
</style>
border-color css
<style>
span { border-color: #FBAEFF; }
span { border-color: rgb(251,174,255); }
td.TdClassName
{
border-color: #FBAEFF;
}
.TagClassName
{
border-color: #FBAEFF;
}
</style>