Shades of Mauve #F4BFFA
Tints of Mauve #F4BFFA
RGB
CMYK
RGB Variations
Color information
#F4BFFA (or 0xF4BFFA) is known color: Mauve. HEX triplet: F4, BF and FA. RGB value is (244,191,250). Sum of RGB (Red+Green+Blue) = 244+191+250=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BFFA is #0B4005. Grayscale: #D5D5D5. Windows color (decimal): -737286 or 16433140. OLE color: 16433140.
HSL color Cylindrical-coordinate representation of color #F4BFFA: hue angle of 293.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BFFA is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 191 | 250 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.02 |
| HSL | 293.9º | 0.86% | 0.86% | - |
| HSV(B) | 293.9º | 0.24% | 0.98% | - |
| XYZ | 73.19 | 63.4 | 98.82 | - |
| YUV | 213.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 250 | 0.02 | 0.24 | 0 | 0.02 | 293.9 | 0.86 | 0.86 |
| Hex | F4 | BF | FA | 2 | 18 | 0 | 2 | 126 | 56 | 56 |
| Octal | 364 | 277 | 372 | 2 | 30 | 0 | 2 | 446 | 126 | 126 |
| Binary | 11110100 | 10111111 | 11111010 | 10 | 11000 | 0 | 10 | 100100110 | 1010110 | 1010110 |
Color Harmonies of #F4BFFA
Complementary color
Monochromatic Colors of #F4BFFA
Black with #F4BFFA
Text Example
Text Example
White with #F4BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFFA; }
p { color: rgb(244,191,250); }
H1.HeaderClassName
{
color: #F4BFFA;
}
.AnyTagClassName
{
color: #F4BFFA;
}
</style>
background-color css
<style>
a { background-color: #F4BFFA; }
a { background-color: rgb(244,191,250); }
div.DivClassName
{
background-color: #F4BFFA;
}
.BgClassName
{
background-color: #F4BFFA;
}
</style>
border-color css
<style>
span { border-color: #F4BFFA; }
span { border-color: rgb(244,191,250); }
td.TdClassName
{
border-color: #F4BFFA;
}
.TagClassName
{
border-color: #F4BFFA;
}
</style>