Shades of Mauve #F8BDFE
Tints of Mauve #F8BDFE
RGB
CMYK
RGB Variations
Color information
#F8BDFE (or 0xF8BDFE) is known color: Mauve. HEX triplet: F8, BD and FE. RGB value is (248,189,254). Sum of RGB (Red+Green+Blue) = 248+189+254=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 189 (74.22% from 255 or 27.35% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8BDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDFE is #074201. Grayscale: #D5D5D5. Windows color (decimal): -475650 or 16694776. OLE color: 16694776.
HSL color Cylindrical-coordinate representation of color #F8BDFE: hue angle of 294.46º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8BDFE is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 189 | 254 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.00 |
| HSL | 294.46º | 0.97% | 0.87% | - |
| HSV(B) | 294.46º | 0.26% | 1% | - |
| XYZ | 74.8 | 63.51 | 102.08 | - |
| YUV | 214.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 254 | 0.02 | 0.26 | 0 | 0.00 | 294.46 | 0.97 | 0.87 |
| Hex | F8 | BD | FE | 2 | 1A | 0 | 0 | 126 | 61 | 57 |
| Octal | 370 | 275 | 376 | 2 | 32 | 0 | 0 | 446 | 141 | 127 |
| Binary | 11111000 | 10111101 | 11111110 | 10 | 11010 | 0 | 0 | 100100110 | 1100001 | 1010111 |
Color Harmonies of #F8BDFE
Complementary color
Monochromatic Colors of #F8BDFE
Black with #F8BDFE
Text Example
Text Example
White with #F8BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDFE; }
p { color: rgb(248,189,254); }
H1.HeaderClassName
{
color: #F8BDFE;
}
.AnyTagClassName
{
color: #F8BDFE;
}
</style>
background-color css
<style>
a { background-color: #F8BDFE; }
a { background-color: rgb(248,189,254); }
div.DivClassName
{
background-color: #F8BDFE;
}
.BgClassName
{
background-color: #F8BDFE;
}
</style>
border-color css
<style>
span { border-color: #F8BDFE; }
span { border-color: rgb(248,189,254); }
td.TdClassName
{
border-color: #F8BDFE;
}
.TagClassName
{
border-color: #F8BDFE;
}
</style>