Shades of Mauvelous #FB8FAC
Tints of Mauvelous #FB8FAC
RGB
CMYK
RGB Variations
Color information
#FB8FAC (or 0xFB8FAC) is known color: Mauvelous. HEX triplet: FB, 8F and AC. RGB value is (251,143,172). Sum of RGB (Red+Green+Blue) = 251+143+172=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8FAC is #047053. Grayscale: #B2B2B2. Windows color (decimal): -290900 or 11309051. OLE color: 11309051.
HSL color Cylindrical-coordinate representation of color #FB8FAC: hue angle of 343.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8FAC is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 172 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.02 |
| HSL | 343.89º | 0.93% | 0.77% | - |
| HSV(B) | 343.89º | 0.43% | 0.98% | - |
| XYZ | 57.05 | 43.13 | 44.35 | - |
| YUV | 178.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 172 | 0 | 0.43 | 0.31 | 0.02 | 343.89 | 0.93 | 0.77 |
| Hex | FB | 8F | AC | 0 | 2B | 1F | 2 | 158 | 5D | 4D |
| Octal | 373 | 217 | 254 | 0 | 53 | 37 | 2 | 530 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10101100 | 0 | 101011 | 11111 | 10 | 101011000 | 1011101 | 1001101 |
Color Harmonies of #FB8FAC
Complementary color
Monochromatic Colors of #FB8FAC
Black with #FB8FAC
Text Example
Text Example
White with #FB8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FAC; }
p { color: rgb(251,143,172); }
H1.HeaderClassName
{
color: #FB8FAC;
}
.AnyTagClassName
{
color: #FB8FAC;
}
</style>
background-color css
<style>
a { background-color: #FB8FAC; }
a { background-color: rgb(251,143,172); }
div.DivClassName
{
background-color: #FB8FAC;
}
.BgClassName
{
background-color: #FB8FAC;
}
</style>
border-color css
<style>
span { border-color: #FB8FAC; }
span { border-color: rgb(251,143,172); }
td.TdClassName
{
border-color: #FB8FAC;
}
.TagClassName
{
border-color: #FB8FAC;
}
</style>