Shades of Mauve #FDBCFF
Tints of Mauve #FDBCFF
RGB
CMYK
RGB Variations
Color information
#FDBCFF (or 0xFDBCFF) is known color: Mauve. HEX triplet: FD, BC and FF. RGB value is (253,188,255). Sum of RGB (Red+Green+Blue) = 253+188+255=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 188 (73.83% from 255 or 27.01% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDBCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCFF is #024300. Grayscale: #D6D6D6. Windows color (decimal): -148225 or 16760061. OLE color: 16760061.
HSL color Cylindrical-coordinate representation of color #FDBCFF: hue angle of 298.21º 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 #FDBCFF is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 188 | 255 | - |
| CMYK | 0.01 | 0.26 | 0 | 0 |
| HSL | 298.21º | 1% | 0.87% | - |
| HSV(B) | 298.21º | 0.26% | 1% | - |
| XYZ | 76.54 | 64.07 | 102.94 | - |
| YUV | 215.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 255 | 0.01 | 0.26 | 0 | 0 | 298.21 | 1 | 0.87 |
| Hex | FD | BC | FF | 1 | 1A | 0 | 0 | 12A | 64 | 57 |
| Octal | 375 | 274 | 377 | 1 | 32 | 0 | 0 | 452 | 144 | 127 |
| Binary | 11111101 | 10111100 | 11111111 | 1 | 11010 | 0 | 0 | 100101010 | 1100100 | 1010111 |
Color Harmonies of #FDBCFF
Complementary color
Monochromatic Colors of #FDBCFF
Black with #FDBCFF
Text Example
Text Example
White with #FDBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCFF; }
p { color: rgb(253,188,255); }
H1.HeaderClassName
{
color: #FDBCFF;
}
.AnyTagClassName
{
color: #FDBCFF;
}
</style>
background-color css
<style>
a { background-color: #FDBCFF; }
a { background-color: rgb(253,188,255); }
div.DivClassName
{
background-color: #FDBCFF;
}
.BgClassName
{
background-color: #FDBCFF;
}
</style>
border-color css
<style>
span { border-color: #FDBCFF; }
span { border-color: rgb(253,188,255); }
td.TdClassName
{
border-color: #FDBCFF;
}
.TagClassName
{
border-color: #FDBCFF;
}
</style>