Shades of Mauve #F8BDFD
Tints of Mauve #F8BDFD
RGB
CMYK
RGB Variations
Color information
#F8BDFD (or 0xF8BDFD) is known color: Mauve. HEX triplet: F8, BD and FD. RGB value is (248,189,253). Sum of RGB (Red+Green+Blue) = 248+189+253=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 189 (74.22% from 255 or 27.39% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8BDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDFD is #074202. Grayscale: #D5D5D5. Windows color (decimal): -475651 or 16629240. OLE color: 16629240.
HSL color Cylindrical-coordinate representation of color #F8BDFD: hue angle of 295.31º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BDFD is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 189 | 253 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.01 |
| HSL | 295.31º | 0.94% | 0.87% | - |
| HSV(B) | 295.31º | 0.25% | 0.99% | - |
| XYZ | 74.64 | 63.44 | 101.24 | - |
| YUV | 213.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 253 | 0.02 | 0.25 | 0 | 0.01 | 295.31 | 0.94 | 0.87 |
| Hex | F8 | BD | FD | 2 | 19 | 0 | 1 | 127 | 5E | 57 |
| Octal | 370 | 275 | 375 | 2 | 31 | 0 | 1 | 447 | 136 | 127 |
| Binary | 11111000 | 10111101 | 11111101 | 10 | 11001 | 0 | 1 | 100100111 | 1011110 | 1010111 |
Color Harmonies of #F8BDFD
Complementary color
Monochromatic Colors of #F8BDFD
Black with #F8BDFD
Text Example
Text Example
White with #F8BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDFD; }
p { color: rgb(248,189,253); }
H1.HeaderClassName
{
color: #F8BDFD;
}
.AnyTagClassName
{
color: #F8BDFD;
}
</style>
background-color css
<style>
a { background-color: #F8BDFD; }
a { background-color: rgb(248,189,253); }
div.DivClassName
{
background-color: #F8BDFD;
}
.BgClassName
{
background-color: #F8BDFD;
}
</style>
border-color css
<style>
span { border-color: #F8BDFD; }
span { border-color: rgb(248,189,253); }
td.TdClassName
{
border-color: #F8BDFD;
}
.TagClassName
{
border-color: #F8BDFD;
}
</style>