Shades of Mauve #FDB6FF
Tints of Mauve #FDB6FF
RGB
CMYK
RGB Variations
Color information
#FDB6FF (or 0xFDB6FF) is known color: Mauve. HEX triplet: FD, B6 and FF. RGB value is (253,182,255). Sum of RGB (Red+Green+Blue) = 253+182+255=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 182 (71.48% from 255 or 26.38% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDB6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6FF is #024900. Grayscale: #D3D3D3. Windows color (decimal): -149761 or 16758525. OLE color: 16758525.
HSL color Cylindrical-coordinate representation of color #FDB6FF: hue angle of 298.36º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB6FF is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 182 | 255 | - |
| CMYK | 0.01 | 0.29 | 0 | 0 |
| HSL | 298.36º | 1% | 0.86% | - |
| HSV(B) | 298.36º | 0.29% | 1% | - |
| XYZ | 75.29 | 61.56 | 102.52 | - |
| YUV | 211.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 255 | 0.01 | 0.29 | 0 | 0 | 298.36 | 1 | 0.86 |
| Hex | FD | B6 | FF | 1 | 1D | 0 | 0 | 12A | 64 | 56 |
| Octal | 375 | 266 | 377 | 1 | 35 | 0 | 0 | 452 | 144 | 126 |
| Binary | 11111101 | 10110110 | 11111111 | 1 | 11101 | 0 | 0 | 100101010 | 1100100 | 1010110 |
Color Harmonies of #FDB6FF
Complementary color
Monochromatic Colors of #FDB6FF
Black with #FDB6FF
Text Example
Text Example
White with #FDB6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6FF; }
p { color: rgb(253,182,255); }
H1.HeaderClassName
{
color: #FDB6FF;
}
.AnyTagClassName
{
color: #FDB6FF;
}
</style>
background-color css
<style>
a { background-color: #FDB6FF; }
a { background-color: rgb(253,182,255); }
div.DivClassName
{
background-color: #FDB6FF;
}
.BgClassName
{
background-color: #FDB6FF;
}
</style>
border-color css
<style>
span { border-color: #FDB6FF; }
span { border-color: rgb(253,182,255); }
td.TdClassName
{
border-color: #FDB6FF;
}
.TagClassName
{
border-color: #FDB6FF;
}
</style>