Shades of Mauve #F7B7FD
Tints of Mauve #F7B7FD
RGB
CMYK
RGB Variations
Color information
#F7B7FD (or 0xF7B7FD) is known color: Mauve. HEX triplet: F7, B7 and FD. RGB value is (247,183,253). Sum of RGB (Red+Green+Blue) = 247+183+253=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 183 (71.88% from 255 or 26.79% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7B7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B7FD is #084802. Grayscale: #D1D1D1. Windows color (decimal): -542723 or 16627703. OLE color: 16627703.
HSL color Cylindrical-coordinate representation of color #F7B7FD: hue angle of 294.86º 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 #F7B7FD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 247 | 183 | 253 | - |
CMYK | 0.02 | 0.28 | 0 | 0.01 |
HSL | 294.86º | 0.95% | 0.85% | - |
HSV(B) | 294.86º | 0.28% | 0.99% | - |
XYZ | 73.02 | 60.73 | 100.8 | - |
YUV | 210.12 | 152.2 | 154.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 183 | 253 | 0.02 | 0.28 | 0 | 0.01 | 294.86 | 0.95 | 0.85 |
Hex | F7 | B7 | FD | 2 | 1C | 0 | 1 | 127 | 5F | 55 |
Octal | 367 | 267 | 375 | 2 | 34 | 0 | 1 | 447 | 137 | 125 |
Binary | 11110111 | 10110111 | 11111101 | 10 | 11100 | 0 | 1 | 100100111 | 1011111 | 1010101 |
Color Harmonies of #F7B7FD
Complementary color
Monochromatic Colors of #F7B7FD
Black with #F7B7FD
Text Example
Text Example
White with #F7B7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B7FD; }
p { color: rgb(247,183,253); }
H1.HeaderClassName
{
color: #F7B7FD;
}
.AnyTagClassName
{
color: #F7B7FD;
}
</style>
background-color css
<style>
a { background-color: #F7B7FD; }
a { background-color: rgb(247,183,253); }
div.DivClassName
{
background-color: #F7B7FD;
}
.BgClassName
{
background-color: #F7B7FD;
}
</style>
border-color css
<style>
span { border-color: #F7B7FD; }
span { border-color: rgb(247,183,253); }
td.TdClassName
{
border-color: #F7B7FD;
}
.TagClassName
{
border-color: #F7B7FD;
}
</style>