Shades of Mauve #FCBCFF
Tints of Mauve #FCBCFF
RGB
CMYK
RGB Variations
Color information
#FCBCFF (or 0xFCBCFF) is known color: Mauve. HEX triplet: FC, BC and FF. RGB value is (252,188,255). Sum of RGB (Red+Green+Blue) = 252+188+255=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 188 (73.83% from 255 or 27.05% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCBCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCFF is #034300. Grayscale: #D6D6D6. Windows color (decimal): -213761 or 16760060. OLE color: 16760060.
HSL color Cylindrical-coordinate representation of color #FCBCFF: hue angle of 297.31º 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 #FCBCFF is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 188 | 255 | - |
| CMYK | 0.01 | 0.26 | 0 | 0 |
| HSL | 297.31º | 1% | 0.87% | - |
| HSV(B) | 297.31º | 0.26% | 1% | - |
| XYZ | 76.18 | 63.88 | 102.92 | - |
| YUV | 214.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 255 | 0.01 | 0.26 | 0 | 0 | 297.31 | 1 | 0.87 |
| Hex | FC | BC | FF | 1 | 1A | 0 | 0 | 129 | 64 | 57 |
| Octal | 374 | 274 | 377 | 1 | 32 | 0 | 0 | 451 | 144 | 127 |
| Binary | 11111100 | 10111100 | 11111111 | 1 | 11010 | 0 | 0 | 100101001 | 1100100 | 1010111 |
Color Harmonies of #FCBCFF
Complementary color
Monochromatic Colors of #FCBCFF
Black with #FCBCFF
Text Example
Text Example
White with #FCBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCFF; }
p { color: rgb(252,188,255); }
H1.HeaderClassName
{
color: #FCBCFF;
}
.AnyTagClassName
{
color: #FCBCFF;
}
</style>
background-color css
<style>
a { background-color: #FCBCFF; }
a { background-color: rgb(252,188,255); }
div.DivClassName
{
background-color: #FCBCFF;
}
.BgClassName
{
background-color: #FCBCFF;
}
</style>
border-color css
<style>
span { border-color: #FCBCFF; }
span { border-color: rgb(252,188,255); }
td.TdClassName
{
border-color: #FCBCFF;
}
.TagClassName
{
border-color: #FCBCFF;
}
</style>