Shades of Mauve #F2B2FD
Tints of Mauve #F2B2FD
RGB
CMYK
RGB Variations
Color information
#F2B2FD (or 0xF2B2FD) is known color: Mauve. HEX triplet: F2, B2 and FD. RGB value is (242,178,253). Sum of RGB (Red+Green+Blue) = 242+178+253=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 178 (69.92% from 255 or 26.45% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2B2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B2FD is #0D4D02. Grayscale: #CDCDCD. Windows color (decimal): -871683 or 16626418. OLE color: 16626418.
HSL color Cylindrical-coordinate representation of color #F2B2FD: hue angle of 291.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2B2FD is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 178 | 253 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.01 |
| HSL | 291.2º | 0.95% | 0.85% | - |
| HSV(B) | 291.2º | 0.3% | 0.99% | - |
| XYZ | 70.27 | 57.81 | 100.38 | - |
| YUV | 205.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 253 | 0.04 | 0.30 | 0 | 0.01 | 291.2 | 0.95 | 0.85 |
| Hex | F2 | B2 | FD | 4 | 1E | 0 | 1 | 123 | 5F | 55 |
| Octal | 362 | 262 | 375 | 4 | 36 | 0 | 1 | 443 | 137 | 125 |
| Binary | 11110010 | 10110010 | 11111101 | 100 | 11110 | 0 | 1 | 100100011 | 1011111 | 1010101 |
Color Harmonies of #F2B2FD
Complementary color
Monochromatic Colors of #F2B2FD
Black with #F2B2FD
Text Example
Text Example
White with #F2B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B2FD; }
p { color: rgb(242,178,253); }
H1.HeaderClassName
{
color: #F2B2FD;
}
.AnyTagClassName
{
color: #F2B2FD;
}
</style>
background-color css
<style>
a { background-color: #F2B2FD; }
a { background-color: rgb(242,178,253); }
div.DivClassName
{
background-color: #F2B2FD;
}
.BgClassName
{
background-color: #F2B2FD;
}
</style>
border-color css
<style>
span { border-color: #F2B2FD; }
span { border-color: rgb(242,178,253); }
td.TdClassName
{
border-color: #F2B2FD;
}
.TagClassName
{
border-color: #F2B2FD;
}
</style>