Shades of Mauve #F9BEFF
Tints of Mauve #F9BEFF
RGB
CMYK
RGB Variations
Color information
#F9BEFF (or 0xF9BEFF) is known color: Mauve. HEX triplet: F9, BE and FF. RGB value is (249,190,255). Sum of RGB (Red+Green+Blue) = 249+190+255=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 190 (74.61% from 255 or 27.38% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9BEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BEFF is #064100. Grayscale: #D6D6D6. Windows color (decimal): -409857 or 16760569. OLE color: 16760569.
HSL color Cylindrical-coordinate representation of color #F9BEFF: hue angle of 294.46º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BEFF is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 190 | 255 | - |
| CMYK | 0.02 | 0.25 | 0 | 0 |
| HSL | 294.46º | 1% | 0.87% | - |
| HSV(B) | 294.46º | 0.25% | 1% | - |
| XYZ | 75.53 | 64.19 | 103.02 | - |
| YUV | 215.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 255 | 0.02 | 0.25 | 0 | 0 | 294.46 | 1 | 0.87 |
| Hex | F9 | BE | FF | 2 | 19 | 0 | 0 | 126 | 64 | 57 |
| Octal | 371 | 276 | 377 | 2 | 31 | 0 | 0 | 446 | 144 | 127 |
| Binary | 11111001 | 10111110 | 11111111 | 10 | 11001 | 0 | 0 | 100100110 | 1100100 | 1010111 |
Color Harmonies of #F9BEFF
Complementary color
Monochromatic Colors of #F9BEFF
Black with #F9BEFF
Text Example
Text Example
White with #F9BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BEFF; }
p { color: rgb(249,190,255); }
H1.HeaderClassName
{
color: #F9BEFF;
}
.AnyTagClassName
{
color: #F9BEFF;
}
</style>
background-color css
<style>
a { background-color: #F9BEFF; }
a { background-color: rgb(249,190,255); }
div.DivClassName
{
background-color: #F9BEFF;
}
.BgClassName
{
background-color: #F9BEFF;
}
</style>
border-color css
<style>
span { border-color: #F9BEFF; }
span { border-color: rgb(249,190,255); }
td.TdClassName
{
border-color: #F9BEFF;
}
.TagClassName
{
border-color: #F9BEFF;
}
</style>