Shades of Mauve #FCB8FE
Tints of Mauve #FCB8FE
RGB
CMYK
RGB Variations
Color information
#FCB8FE (or 0xFCB8FE) is known color: Mauve. HEX triplet: FC, B8 and FE. RGB value is (252,184,254). Sum of RGB (Red+Green+Blue) = 252+184+254=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 184 (72.27% from 255 or 26.67% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCB8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8FE is #034701. Grayscale: #D4D4D4. Windows color (decimal): -214786 or 16693500. OLE color: 16693500.
HSL color Cylindrical-coordinate representation of color #FCB8FE: hue angle of 298.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB8FE is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 184 | 254 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.00 |
| HSL | 298.29º | 0.97% | 0.86% | - |
| HSV(B) | 298.29º | 0.28% | 1% | - |
| XYZ | 75.17 | 62.13 | 101.8 | - |
| YUV | 212.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 254 | 0.01 | 0.28 | 0 | 0.00 | 298.29 | 0.97 | 0.86 |
| Hex | FC | B8 | FE | 1 | 1C | 0 | 0 | 12A | 61 | 56 |
| Octal | 374 | 270 | 376 | 1 | 34 | 0 | 0 | 452 | 141 | 126 |
| Binary | 11111100 | 10111000 | 11111110 | 1 | 11100 | 0 | 0 | 100101010 | 1100001 | 1010110 |
Color Harmonies of #FCB8FE
Complementary color
Monochromatic Colors of #FCB8FE
Black with #FCB8FE
Text Example
Text Example
White with #FCB8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8FE; }
p { color: rgb(252,184,254); }
H1.HeaderClassName
{
color: #FCB8FE;
}
.AnyTagClassName
{
color: #FCB8FE;
}
</style>
background-color css
<style>
a { background-color: #FCB8FE; }
a { background-color: rgb(252,184,254); }
div.DivClassName
{
background-color: #FCB8FE;
}
.BgClassName
{
background-color: #FCB8FE;
}
</style>
border-color css
<style>
span { border-color: #FCB8FE; }
span { border-color: rgb(252,184,254); }
td.TdClassName
{
border-color: #FCB8FE;
}
.TagClassName
{
border-color: #FCB8FE;
}
</style>