Shades of Mauve #FEBBFF
Tints of Mauve #FEBBFF
RGB
CMYK
RGB Variations
Color information
#FEBBFF (or 0xFEBBFF) is known color: Mauve. HEX triplet: FE, BB and FF. RGB value is (254,187,255). Sum of RGB (Red+Green+Blue) = 254+187+255=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 187 (73.44% from 255 or 26.87% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEBBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBFF is #014400. Grayscale: #D6D6D6. Windows color (decimal): -82945 or 16759806. OLE color: 16759806.
HSL color Cylindrical-coordinate representation of color #FEBBFF: hue angle of 299.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBBFF is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 187 | 255 | - |
| CMYK | 0.00 | 0.27 | 0 | 0 |
| HSL | 299.12º | 1% | 0.87% | - |
| HSV(B) | 299.12º | 0.27% | 1% | - |
| XYZ | 76.69 | 63.83 | 102.89 | - |
| YUV | 214.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 255 | 0.00 | 0.27 | 0 | 0 | 299.12 | 1 | 0.87 |
| Hex | FE | BB | FF | 0 | 1B | 0 | 0 | 12B | 64 | 57 |
| Octal | 376 | 273 | 377 | 0 | 33 | 0 | 0 | 453 | 144 | 127 |
| Binary | 11111110 | 10111011 | 11111111 | 0 | 11011 | 0 | 0 | 100101011 | 1100100 | 1010111 |
Color Harmonies of #FEBBFF
Complementary color
Monochromatic Colors of #FEBBFF
Black with #FEBBFF
Text Example
Text Example
White with #FEBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBFF; }
p { color: rgb(254,187,255); }
H1.HeaderClassName
{
color: #FEBBFF;
}
.AnyTagClassName
{
color: #FEBBFF;
}
</style>
background-color css
<style>
a { background-color: #FEBBFF; }
a { background-color: rgb(254,187,255); }
div.DivClassName
{
background-color: #FEBBFF;
}
.BgClassName
{
background-color: #FEBBFF;
}
</style>
border-color css
<style>
span { border-color: #FEBBFF; }
span { border-color: rgb(254,187,255); }
td.TdClassName
{
border-color: #FEBBFF;
}
.TagClassName
{
border-color: #FEBBFF;
}
</style>