Shades of Mauve #F4BDFB
Tints of Mauve #F4BDFB
RGB
CMYK
RGB Variations
Color information
#F4BDFB (or 0xF4BDFB) is known color: Mauve. HEX triplet: F4, BD and FB. RGB value is (244,189,251). Sum of RGB (Red+Green+Blue) = 244+189+251=684 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.67% from 684); Green value is 189 (74.22% from 255 or 27.63% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BDFB is #0B4204. Grayscale: #D4D4D4. Windows color (decimal): -737797 or 16498164. OLE color: 16498164.
HSL color Cylindrical-coordinate representation of color #F4BDFB: hue angle of 293.23º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4BDFB is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 189 | 251 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.02 |
| HSL | 293.23º | 0.89% | 0.86% | - |
| HSV(B) | 293.23º | 0.25% | 0.98% | - |
| XYZ | 72.92 | 62.59 | 99.51 | - |
| YUV | 212.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 251 | 0.03 | 0.25 | 0 | 0.02 | 293.23 | 0.89 | 0.86 |
| Hex | F4 | BD | FB | 3 | 19 | 0 | 2 | 125 | 59 | 56 |
| Octal | 364 | 275 | 373 | 3 | 31 | 0 | 2 | 445 | 131 | 126 |
| Binary | 11110100 | 10111101 | 11111011 | 11 | 11001 | 0 | 10 | 100100101 | 1011001 | 1010110 |
Color Harmonies of #F4BDFB
Complementary color
Monochromatic Colors of #F4BDFB
Black with #F4BDFB
Text Example
Text Example
White with #F4BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDFB; }
p { color: rgb(244,189,251); }
H1.HeaderClassName
{
color: #F4BDFB;
}
.AnyTagClassName
{
color: #F4BDFB;
}
</style>
background-color css
<style>
a { background-color: #F4BDFB; }
a { background-color: rgb(244,189,251); }
div.DivClassName
{
background-color: #F4BDFB;
}
.BgClassName
{
background-color: #F4BDFB;
}
</style>
border-color css
<style>
span { border-color: #F4BDFB; }
span { border-color: rgb(244,189,251); }
td.TdClassName
{
border-color: #F4BDFB;
}
.TagClassName
{
border-color: #F4BDFB;
}
</style>