Shades of Mauve #FCB5FF
Tints of Mauve #FCB5FF
RGB
CMYK
RGB Variations
Color information
#FCB5FF (or 0xFCB5FF) is known color: Mauve. HEX triplet: FC, B5 and FF. RGB value is (252,181,255). Sum of RGB (Red+Green+Blue) = 252+181+255=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 181 (71.09% from 255 or 26.31% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCB5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5FF is #034A00. Grayscale: #D2D2D2. Windows color (decimal): -215553 or 16758268. OLE color: 16758268.
HSL color Cylindrical-coordinate representation of color #FCB5FF: hue angle of 297.57º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB5FF is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 181 | 255 | - |
| CMYK | 0.01 | 0.29 | 0 | 0 |
| HSL | 297.57º | 1% | 0.85% | - |
| HSV(B) | 297.57º | 0.29% | 1% | - |
| XYZ | 74.72 | 60.96 | 102.44 | - |
| YUV | 210.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 255 | 0.01 | 0.29 | 0 | 0 | 297.57 | 1 | 0.85 |
| Hex | FC | B5 | FF | 1 | 1D | 0 | 0 | 12A | 64 | 55 |
| Octal | 374 | 265 | 377 | 1 | 35 | 0 | 0 | 452 | 144 | 125 |
| Binary | 11111100 | 10110101 | 11111111 | 1 | 11101 | 0 | 0 | 100101010 | 1100100 | 1010101 |
Color Harmonies of #FCB5FF
Complementary color
Monochromatic Colors of #FCB5FF
Black with #FCB5FF
Text Example
Text Example
White with #FCB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB5FF; }
p { color: rgb(252,181,255); }
H1.HeaderClassName
{
color: #FCB5FF;
}
.AnyTagClassName
{
color: #FCB5FF;
}
</style>
background-color css
<style>
a { background-color: #FCB5FF; }
a { background-color: rgb(252,181,255); }
div.DivClassName
{
background-color: #FCB5FF;
}
.BgClassName
{
background-color: #FCB5FF;
}
</style>
border-color css
<style>
span { border-color: #FCB5FF; }
span { border-color: rgb(252,181,255); }
td.TdClassName
{
border-color: #FCB5FF;
}
.TagClassName
{
border-color: #FCB5FF;
}
</style>