Shades of Mauve #FDBAFF
Tints of Mauve #FDBAFF
RGB
CMYK
RGB Variations
Color information
#FDBAFF (or 0xFDBAFF) is known color: Mauve. HEX triplet: FD, BA and FF. RGB value is (253,186,255). Sum of RGB (Red+Green+Blue) = 253+186+255=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 186 (73.05% from 255 or 26.80% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAFF is #024500. Grayscale: #D5D5D5. Windows color (decimal): -148737 or 16759549. OLE color: 16759549.
HSL color Cylindrical-coordinate representation of color #FDBAFF: hue angle of 298.26º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDBAFF is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 186 | 255 | - |
| CMYK | 0.01 | 0.27 | 0 | 0 |
| HSL | 298.26º | 1% | 0.86% | - |
| HSV(B) | 298.26º | 0.27% | 1% | - |
| XYZ | 76.12 | 63.22 | 102.8 | - |
| YUV | 213.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 255 | 0.01 | 0.27 | 0 | 0 | 298.26 | 1 | 0.86 |
| Hex | FD | BA | FF | 1 | 1B | 0 | 0 | 12A | 64 | 56 |
| Octal | 375 | 272 | 377 | 1 | 33 | 0 | 0 | 452 | 144 | 126 |
| Binary | 11111101 | 10111010 | 11111111 | 1 | 11011 | 0 | 0 | 100101010 | 1100100 | 1010110 |
Color Harmonies of #FDBAFF
Complementary color
Monochromatic Colors of #FDBAFF
Black with #FDBAFF
Text Example
Text Example
White with #FDBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAFF; }
p { color: rgb(253,186,255); }
H1.HeaderClassName
{
color: #FDBAFF;
}
.AnyTagClassName
{
color: #FDBAFF;
}
</style>
background-color css
<style>
a { background-color: #FDBAFF; }
a { background-color: rgb(253,186,255); }
div.DivClassName
{
background-color: #FDBAFF;
}
.BgClassName
{
background-color: #FDBAFF;
}
</style>
border-color css
<style>
span { border-color: #FDBAFF; }
span { border-color: rgb(253,186,255); }
td.TdClassName
{
border-color: #FDBAFF;
}
.TagClassName
{
border-color: #FDBAFF;
}
</style>