Shades of Mauve #F8B4FC
Tints of Mauve #F8B4FC
RGB
CMYK
RGB Variations
Color information
#F8B4FC (or 0xF8B4FC) is known color: Mauve. HEX triplet: F8, B4 and FC. RGB value is (248,180,252). Sum of RGB (Red+Green+Blue) = 248+180+252=680 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.47% from 680); Green value is 180 (70.70% from 255 or 26.47% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8B4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B4FC is #074B03. Grayscale: #D0D0D0. Windows color (decimal): -477956 or 16561400. OLE color: 16561400.
HSL color Cylindrical-coordinate representation of color #F8B4FC: hue angle of 296.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B4FC is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 180 | 252 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.01 |
| HSL | 296.67º | 0.92% | 0.85% | - |
| HSV(B) | 296.67º | 0.29% | 0.99% | - |
| XYZ | 72.6 | 59.63 | 99.78 | - |
| YUV | 208.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 180 | 252 | 0.02 | 0.29 | 0 | 0.01 | 296.67 | 0.92 | 0.85 |
| Hex | F8 | B4 | FC | 2 | 1D | 0 | 1 | 129 | 5C | 55 |
| Octal | 370 | 264 | 374 | 2 | 35 | 0 | 1 | 451 | 134 | 125 |
| Binary | 11111000 | 10110100 | 11111100 | 10 | 11101 | 0 | 1 | 100101001 | 1011100 | 1010101 |
Color Harmonies of #F8B4FC
Complementary color
Monochromatic Colors of #F8B4FC
Black with #F8B4FC
Text Example
Text Example
White with #F8B4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B4FC; }
p { color: rgb(248,180,252); }
H1.HeaderClassName
{
color: #F8B4FC;
}
.AnyTagClassName
{
color: #F8B4FC;
}
</style>
background-color css
<style>
a { background-color: #F8B4FC; }
a { background-color: rgb(248,180,252); }
div.DivClassName
{
background-color: #F8B4FC;
}
.BgClassName
{
background-color: #F8B4FC;
}
</style>
border-color css
<style>
span { border-color: #F8B4FC; }
span { border-color: rgb(248,180,252); }
td.TdClassName
{
border-color: #F8B4FC;
}
.TagClassName
{
border-color: #F8B4FC;
}
</style>