Shades of Mauve #F2B7FD
Tints of Mauve #F2B7FD
RGB
CMYK
RGB Variations
Color information
#F2B7FD (or 0xF2B7FD) is known color: Mauve. HEX triplet: F2, B7 and FD. RGB value is (242,183,253). Sum of RGB (Red+Green+Blue) = 242+183+253=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 183 (71.88% from 255 or 26.99% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2B7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B7FD is #0D4802. Grayscale: #D0D0D0. Windows color (decimal): -870403 or 16627698. OLE color: 16627698.
HSL color Cylindrical-coordinate representation of color #F2B7FD: hue angle of 290.57º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2B7FD is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 183 | 253 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.01 |
| HSL | 290.57º | 0.95% | 0.85% | - |
| HSV(B) | 290.57º | 0.28% | 0.99% | - |
| XYZ | 71.28 | 59.84 | 100.72 | - |
| YUV | 208.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 253 | 0.04 | 0.28 | 0 | 0.01 | 290.57 | 0.95 | 0.85 |
| Hex | F2 | B7 | FD | 4 | 1C | 0 | 1 | 123 | 5F | 55 |
| Octal | 362 | 267 | 375 | 4 | 34 | 0 | 1 | 443 | 137 | 125 |
| Binary | 11110010 | 10110111 | 11111101 | 100 | 11100 | 0 | 1 | 100100011 | 1011111 | 1010101 |
Color Harmonies of #F2B7FD
Complementary color
Monochromatic Colors of #F2B7FD
Black with #F2B7FD
Text Example
Text Example
White with #F2B7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7FD; }
p { color: rgb(242,183,253); }
H1.HeaderClassName
{
color: #F2B7FD;
}
.AnyTagClassName
{
color: #F2B7FD;
}
</style>
background-color css
<style>
a { background-color: #F2B7FD; }
a { background-color: rgb(242,183,253); }
div.DivClassName
{
background-color: #F2B7FD;
}
.BgClassName
{
background-color: #F2B7FD;
}
</style>
border-color css
<style>
span { border-color: #F2B7FD; }
span { border-color: rgb(242,183,253); }
td.TdClassName
{
border-color: #F2B7FD;
}
.TagClassName
{
border-color: #F2B7FD;
}
</style>