Shades of Mauve #FCB8FF
Tints of Mauve #FCB8FF
RGB
CMYK
RGB Variations
Color information
#FCB8FF (or 0xFCB8FF) is known color: Mauve. HEX triplet: FC, B8 and FF. RGB value is (252,184,255). Sum of RGB (Red+Green+Blue) = 252+184+255=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 184 (72.27% from 255 or 26.63% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8FF is #034700. Grayscale: #D4D4D4. Windows color (decimal): -214785 or 16759036. OLE color: 16759036.
HSL color Cylindrical-coordinate representation of color #FCB8FF: hue angle of 297.46º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB8FF is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 184 | 255 | - |
| CMYK | 0.01 | 0.28 | 0 | 0 |
| HSL | 297.46º | 1% | 0.86% | - |
| HSV(B) | 297.46º | 0.28% | 1% | - |
| XYZ | 75.34 | 62.2 | 102.64 | - |
| YUV | 212.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 255 | 0.01 | 0.28 | 0 | 0 | 297.46 | 1 | 0.86 |
| Hex | FC | B8 | FF | 1 | 1C | 0 | 0 | 129 | 64 | 56 |
| Octal | 374 | 270 | 377 | 1 | 34 | 0 | 0 | 451 | 144 | 126 |
| Binary | 11111100 | 10111000 | 11111111 | 1 | 11100 | 0 | 0 | 100101001 | 1100100 | 1010110 |
Color Harmonies of #FCB8FF
Complementary color
Monochromatic Colors of #FCB8FF
Black with #FCB8FF
Text Example
Text Example
White with #FCB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8FF; }
p { color: rgb(252,184,255); }
H1.HeaderClassName
{
color: #FCB8FF;
}
.AnyTagClassName
{
color: #FCB8FF;
}
</style>
background-color css
<style>
a { background-color: #FCB8FF; }
a { background-color: rgb(252,184,255); }
div.DivClassName
{
background-color: #FCB8FF;
}
.BgClassName
{
background-color: #FCB8FF;
}
</style>
border-color css
<style>
span { border-color: #FCB8FF; }
span { border-color: rgb(252,184,255); }
td.TdClassName
{
border-color: #FCB8FF;
}
.TagClassName
{
border-color: #FCB8FF;
}
</style>