Shades of Mauve #F3B4F8
Tints of Mauve #F3B4F8
RGB
CMYK
RGB Variations
Color information
#F3B4F8 (or 0xF3B4F8) is known color: Mauve. HEX triplet: F3, B4 and F8. RGB value is (243,180,248). Sum of RGB (Red+Green+Blue) = 243+180+248=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 180 (70.70% from 255 or 26.83% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #F3B4F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B4F8 is #0C4B07. Grayscale: #CECECE. Windows color (decimal): -805640 or 16299251. OLE color: 16299251.
HSL color Cylindrical-coordinate representation of color #F3B4F8: hue angle of 295.59º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3B4F8 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 180 | 248 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.03 |
| HSL | 295.59º | 0.83% | 0.84% | - |
| HSV(B) | 295.59º | 0.27% | 0.97% | - |
| XYZ | 70.23 | 58.47 | 96.39 | - |
| YUV | 206.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 180 | 248 | 0.02 | 0.27 | 0 | 0.03 | 295.59 | 0.83 | 0.84 |
| Hex | F3 | B4 | F8 | 2 | 1B | 0 | 3 | 128 | 53 | 54 |
| Octal | 363 | 264 | 370 | 2 | 33 | 0 | 3 | 450 | 123 | 124 |
| Binary | 11110011 | 10110100 | 11111000 | 10 | 11011 | 0 | 11 | 100101000 | 1010011 | 1010100 |
Color Harmonies of #F3B4F8
Complementary color
Monochromatic Colors of #F3B4F8
Black with #F3B4F8
Text Example
Text Example
White with #F3B4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B4F8; }
p { color: rgb(243,180,248); }
H1.HeaderClassName
{
color: #F3B4F8;
}
.AnyTagClassName
{
color: #F3B4F8;
}
</style>
background-color css
<style>
a { background-color: #F3B4F8; }
a { background-color: rgb(243,180,248); }
div.DivClassName
{
background-color: #F3B4F8;
}
.BgClassName
{
background-color: #F3B4F8;
}
</style>
border-color css
<style>
span { border-color: #F3B4F8; }
span { border-color: rgb(243,180,248); }
td.TdClassName
{
border-color: #F3B4F8;
}
.TagClassName
{
border-color: #F3B4F8;
}
</style>