Shades of Mauve #F2B5FD
Tints of Mauve #F2B5FD
RGB
CMYK
RGB Variations
Color information
#F2B5FD (or 0xF2B5FD) is known color: Mauve. HEX triplet: F2, B5 and FD. RGB value is (242,181,253). Sum of RGB (Red+Green+Blue) = 242+181+253=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 181 (71.09% from 255 or 26.78% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2B5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B5FD is #0D4A02. Grayscale: #CFCFCF. Windows color (decimal): -870915 or 16627186. OLE color: 16627186.
HSL color Cylindrical-coordinate representation of color #F2B5FD: hue angle of 290.83º 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 #F2B5FD is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 181 | 253 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.01 |
| HSL | 290.83º | 0.95% | 0.85% | - |
| HSV(B) | 290.83º | 0.28% | 0.99% | - |
| XYZ | 70.87 | 59.02 | 100.58 | - |
| YUV | 207.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 253 | 0.04 | 0.28 | 0 | 0.01 | 290.83 | 0.95 | 0.85 |
| Hex | F2 | B5 | FD | 4 | 1C | 0 | 1 | 123 | 5F | 55 |
| Octal | 362 | 265 | 375 | 4 | 34 | 0 | 1 | 443 | 137 | 125 |
| Binary | 11110010 | 10110101 | 11111101 | 100 | 11100 | 0 | 1 | 100100011 | 1011111 | 1010101 |
Color Harmonies of #F2B5FD
Complementary color
Monochromatic Colors of #F2B5FD
Black with #F2B5FD
Text Example
Text Example
White with #F2B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B5FD; }
p { color: rgb(242,181,253); }
H1.HeaderClassName
{
color: #F2B5FD;
}
.AnyTagClassName
{
color: #F2B5FD;
}
</style>
background-color css
<style>
a { background-color: #F2B5FD; }
a { background-color: rgb(242,181,253); }
div.DivClassName
{
background-color: #F2B5FD;
}
.BgClassName
{
background-color: #F2B5FD;
}
</style>
border-color css
<style>
span { border-color: #F2B5FD; }
span { border-color: rgb(242,181,253); }
td.TdClassName
{
border-color: #F2B5FD;
}
.TagClassName
{
border-color: #F2B5FD;
}
</style>