Shades of Mauve #FEBCFF
Tints of Mauve #FEBCFF
RGB
CMYK
RGB Variations
Color information
#FEBCFF (or 0xFEBCFF) is known color: Mauve. HEX triplet: FE, BC and FF. RGB value is (254,188,255). Sum of RGB (Red+Green+Blue) = 254+188+255=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 188 (73.83% from 255 or 26.97% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEBCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCFF is #014300. Grayscale: #D7D7D7. Windows color (decimal): -82689 or 16760062. OLE color: 16760062.
HSL color Cylindrical-coordinate representation of color #FEBCFF: hue angle of 299.1º 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 #FEBCFF is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 188 | 255 | - |
| CMYK | 0.00 | 0.26 | 0 | 0 |
| HSL | 299.1º | 1% | 0.87% | - |
| HSV(B) | 299.1º | 0.26% | 1% | - |
| XYZ | 76.91 | 64.26 | 102.96 | - |
| YUV | 215.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 255 | 0.00 | 0.26 | 0 | 0 | 299.1 | 1 | 0.87 |
| Hex | FE | BC | FF | 0 | 1A | 0 | 0 | 12B | 64 | 57 |
| Octal | 376 | 274 | 377 | 0 | 32 | 0 | 0 | 453 | 144 | 127 |
| Binary | 11111110 | 10111100 | 11111111 | 0 | 11010 | 0 | 0 | 100101011 | 1100100 | 1010111 |
Color Harmonies of #FEBCFF
Complementary color
Monochromatic Colors of #FEBCFF
Black with #FEBCFF
Text Example
Text Example
White with #FEBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCFF; }
p { color: rgb(254,188,255); }
H1.HeaderClassName
{
color: #FEBCFF;
}
.AnyTagClassName
{
color: #FEBCFF;
}
</style>
background-color css
<style>
a { background-color: #FEBCFF; }
a { background-color: rgb(254,188,255); }
div.DivClassName
{
background-color: #FEBCFF;
}
.BgClassName
{
background-color: #FEBCFF;
}
</style>
border-color css
<style>
span { border-color: #FEBCFF; }
span { border-color: rgb(254,188,255); }
td.TdClassName
{
border-color: #FEBCFF;
}
.TagClassName
{
border-color: #FEBCFF;
}
</style>