Shades of Mauve #F8BCFC
Tints of Mauve #F8BCFC
RGB
CMYK
RGB Variations
Color information
#F8BCFC (or 0xF8BCFC) is known color: Mauve. HEX triplet: F8, BC and FC. RGB value is (248,188,252). Sum of RGB (Red+Green+Blue) = 248+188+252=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 188 (73.83% from 255 or 27.33% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8BCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCFC is #074303. Grayscale: #D5D5D5. Windows color (decimal): -475908 or 16563448. OLE color: 16563448.
HSL color Cylindrical-coordinate representation of color #F8BCFC: hue angle of 296.25º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BCFC is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 188 | 252 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.01 |
| HSL | 296.25º | 0.91% | 0.86% | - |
| HSV(B) | 296.25º | 0.25% | 0.99% | - |
| XYZ | 74.27 | 62.95 | 100.33 | - |
| YUV | 213.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 252 | 0.02 | 0.25 | 0 | 0.01 | 296.25 | 0.91 | 0.86 |
| Hex | F8 | BC | FC | 2 | 19 | 0 | 1 | 128 | 5B | 56 |
| Octal | 370 | 274 | 374 | 2 | 31 | 0 | 1 | 450 | 133 | 126 |
| Binary | 11111000 | 10111100 | 11111100 | 10 | 11001 | 0 | 1 | 100101000 | 1011011 | 1010110 |
Color Harmonies of #F8BCFC
Complementary color
Monochromatic Colors of #F8BCFC
Black with #F8BCFC
Text Example
Text Example
White with #F8BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCFC; }
p { color: rgb(248,188,252); }
H1.HeaderClassName
{
color: #F8BCFC;
}
.AnyTagClassName
{
color: #F8BCFC;
}
</style>
background-color css
<style>
a { background-color: #F8BCFC; }
a { background-color: rgb(248,188,252); }
div.DivClassName
{
background-color: #F8BCFC;
}
.BgClassName
{
background-color: #F8BCFC;
}
</style>
border-color css
<style>
span { border-color: #F8BCFC; }
span { border-color: rgb(248,188,252); }
td.TdClassName
{
border-color: #F8BCFC;
}
.TagClassName
{
border-color: #F8BCFC;
}
</style>