Shades of Mauve #F4B3FB
Tints of Mauve #F4B3FB
RGB
CMYK
RGB Variations
Color information
#F4B3FB (or 0xF4B3FB) is known color: Mauve. HEX triplet: F4, B3 and FB. RGB value is (244,179,251). Sum of RGB (Red+Green+Blue) = 244+179+251=674 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.20% from 674); Green value is 179 (70.31% from 255 or 26.56% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4B3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B3FB is #0B4C04. Grayscale: #CECECE. Windows color (decimal): -740357 or 16495604. OLE color: 16495604.
HSL color Cylindrical-coordinate representation of color #F4B3FB: hue angle of 294.17º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4B3FB is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 179 | 251 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.02 |
| HSL | 294.17º | 0.9% | 0.84% | - |
| HSV(B) | 294.17º | 0.29% | 0.98% | - |
| XYZ | 70.84 | 58.44 | 98.81 | - |
| YUV | 206.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 251 | 0.03 | 0.29 | 0 | 0.02 | 294.17 | 0.9 | 0.84 |
| Hex | F4 | B3 | FB | 3 | 1D | 0 | 2 | 126 | 5A | 54 |
| Octal | 364 | 263 | 373 | 3 | 35 | 0 | 2 | 446 | 132 | 124 |
| Binary | 11110100 | 10110011 | 11111011 | 11 | 11101 | 0 | 10 | 100100110 | 1011010 | 1010100 |
Color Harmonies of #F4B3FB
Complementary color
Monochromatic Colors of #F4B3FB
Black with #F4B3FB
Text Example
Text Example
White with #F4B3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B3FB; }
p { color: rgb(244,179,251); }
H1.HeaderClassName
{
color: #F4B3FB;
}
.AnyTagClassName
{
color: #F4B3FB;
}
</style>
background-color css
<style>
a { background-color: #F4B3FB; }
a { background-color: rgb(244,179,251); }
div.DivClassName
{
background-color: #F4B3FB;
}
.BgClassName
{
background-color: #F4B3FB;
}
</style>
border-color css
<style>
span { border-color: #F4B3FB; }
span { border-color: rgb(244,179,251); }
td.TdClassName
{
border-color: #F4B3FB;
}
.TagClassName
{
border-color: #F4B3FB;
}
</style>