Shades of Mauve #F2BDFF
Tints of Mauve #F2BDFF
RGB
CMYK
RGB Variations
Color information
#F2BDFF (or 0xF2BDFF) is known color: Mauve. HEX triplet: F2, BD and FF. RGB value is (242,189,255). Sum of RGB (Red+Green+Blue) = 242+189+255=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 189 (74.22% from 255 or 27.55% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDFF is #0D4200. Grayscale: #D4D4D4. Windows color (decimal): -868865 or 16760306. OLE color: 16760306.
HSL color Cylindrical-coordinate representation of color #F2BDFF: hue angle of 288.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2BDFF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 189 | 255 | - |
| CMYK | 0.05 | 0.26 | 0 | 0 |
| HSL | 288.18º | 1% | 0.87% | - |
| HSV(B) | 288.18º | 0.26% | 1% | - |
| XYZ | 72.87 | 62.49 | 102.83 | - |
| YUV | 212.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 255 | 0.05 | 0.26 | 0 | 0 | 288.18 | 1 | 0.87 |
| Hex | F2 | BD | FF | 5 | 1A | 0 | 0 | 120 | 64 | 57 |
| Octal | 362 | 275 | 377 | 5 | 32 | 0 | 0 | 440 | 144 | 127 |
| Binary | 11110010 | 10111101 | 11111111 | 101 | 11010 | 0 | 0 | 100100000 | 1100100 | 1010111 |
Color Harmonies of #F2BDFF
Complementary color
Monochromatic Colors of #F2BDFF
Black with #F2BDFF
Text Example
Text Example
White with #F2BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDFF; }
p { color: rgb(242,189,255); }
H1.HeaderClassName
{
color: #F2BDFF;
}
.AnyTagClassName
{
color: #F2BDFF;
}
</style>
background-color css
<style>
a { background-color: #F2BDFF; }
a { background-color: rgb(242,189,255); }
div.DivClassName
{
background-color: #F2BDFF;
}
.BgClassName
{
background-color: #F2BDFF;
}
</style>
border-color css
<style>
span { border-color: #F2BDFF; }
span { border-color: rgb(242,189,255); }
td.TdClassName
{
border-color: #F2BDFF;
}
.TagClassName
{
border-color: #F2BDFF;
}
</style>