Shades of Mauve #F4BBFF
Tints of Mauve #F4BBFF
RGB
CMYK
RGB Variations
Color information
#F4BBFF (or 0xF4BBFF) is known color: Mauve. HEX triplet: F4, BB and FF. RGB value is (244,187,255). Sum of RGB (Red+Green+Blue) = 244+187+255=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 187 (73.44% from 255 or 27.26% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4BBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BBFF is #0B4400. Grayscale: #D3D3D3. Windows color (decimal): -738305 or 16759796. OLE color: 16759796.
HSL color Cylindrical-coordinate representation of color #F4BBFF: hue angle of 290.29º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4BBFF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 187 | 255 | - |
| CMYK | 0.04 | 0.27 | 0 | 0 |
| HSL | 290.29º | 1% | 0.87% | - |
| HSV(B) | 290.29º | 0.27% | 1% | - |
| XYZ | 73.13 | 61.99 | 102.72 | - |
| YUV | 211.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 255 | 0.04 | 0.27 | 0 | 0 | 290.29 | 1 | 0.87 |
| Hex | F4 | BB | FF | 4 | 1B | 0 | 0 | 122 | 64 | 57 |
| Octal | 364 | 273 | 377 | 4 | 33 | 0 | 0 | 442 | 144 | 127 |
| Binary | 11110100 | 10111011 | 11111111 | 100 | 11011 | 0 | 0 | 100100010 | 1100100 | 1010111 |
Color Harmonies of #F4BBFF
Complementary color
Monochromatic Colors of #F4BBFF
Black with #F4BBFF
Text Example
Text Example
White with #F4BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBFF; }
p { color: rgb(244,187,255); }
H1.HeaderClassName
{
color: #F4BBFF;
}
.AnyTagClassName
{
color: #F4BBFF;
}
</style>
background-color css
<style>
a { background-color: #F4BBFF; }
a { background-color: rgb(244,187,255); }
div.DivClassName
{
background-color: #F4BBFF;
}
.BgClassName
{
background-color: #F4BBFF;
}
</style>
border-color css
<style>
span { border-color: #F4BBFF; }
span { border-color: rgb(244,187,255); }
td.TdClassName
{
border-color: #F4BBFF;
}
.TagClassName
{
border-color: #F4BBFF;
}
</style>