Shades of Mauve #F8BDFF
Tints of Mauve #F8BDFF
RGB
CMYK
RGB Variations
Color information
#F8BDFF (or 0xF8BDFF) is known color: Mauve. HEX triplet: F8, BD and FF. RGB value is (248,189,255). Sum of RGB (Red+Green+Blue) = 248+189+255=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 189 (74.22% from 255 or 27.31% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDFF is #074200. Grayscale: #D5D5D5. Windows color (decimal): -475649 or 16760312. OLE color: 16760312.
HSL color Cylindrical-coordinate representation of color #F8BDFF: hue angle of 293.64º 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 #F8BDFF is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 189 | 255 | - |
| CMYK | 0.03 | 0.26 | 0 | 0 |
| HSL | 293.64º | 1% | 0.87% | - |
| HSV(B) | 293.64º | 0.26% | 1% | - |
| XYZ | 74.96 | 63.57 | 102.93 | - |
| YUV | 214.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 255 | 0.03 | 0.26 | 0 | 0 | 293.64 | 1 | 0.87 |
| Hex | F8 | BD | FF | 3 | 1A | 0 | 0 | 126 | 64 | 57 |
| Octal | 370 | 275 | 377 | 3 | 32 | 0 | 0 | 446 | 144 | 127 |
| Binary | 11111000 | 10111101 | 11111111 | 11 | 11010 | 0 | 0 | 100100110 | 1100100 | 1010111 |
Color Harmonies of #F8BDFF
Complementary color
Monochromatic Colors of #F8BDFF
Black with #F8BDFF
Text Example
Text Example
White with #F8BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDFF; }
p { color: rgb(248,189,255); }
H1.HeaderClassName
{
color: #F8BDFF;
}
.AnyTagClassName
{
color: #F8BDFF;
}
</style>
background-color css
<style>
a { background-color: #F8BDFF; }
a { background-color: rgb(248,189,255); }
div.DivClassName
{
background-color: #F8BDFF;
}
.BgClassName
{
background-color: #F8BDFF;
}
</style>
border-color css
<style>
span { border-color: #F8BDFF; }
span { border-color: rgb(248,189,255); }
td.TdClassName
{
border-color: #F8BDFF;
}
.TagClassName
{
border-color: #F8BDFF;
}
</style>