Shades of Mauvelous #FB99A8
Tints of Mauvelous #FB99A8
RGB
CMYK
RGB Variations
Color information
#FB99A8 (or 0xFB99A8) is known color: Mauvelous. HEX triplet: FB, 99 and A8. RGB value is (251,153,168). Sum of RGB (Red+Green+Blue) = 251+153+168=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB99A8 is #046657. Grayscale: #B8B8B8. Windows color (decimal): -288344 or 11049467. OLE color: 11049467.
HSL color Cylindrical-coordinate representation of color #FB99A8: hue angle of 350.82º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB99A8 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 168 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.02 |
| HSL | 350.82º | 0.92% | 0.79% | - |
| HSV(B) | 350.82º | 0.39% | 0.98% | - |
| XYZ | 58.24 | 46.12 | 42.88 | - |
| YUV | 184.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 168 | 0 | 0.39 | 0.33 | 0.02 | 350.82 | 0.92 | 0.79 |
| Hex | FB | 99 | A8 | 0 | 27 | 21 | 2 | 15F | 5C | 4F |
| Octal | 373 | 231 | 250 | 0 | 47 | 41 | 2 | 537 | 134 | 117 |
| Binary | 11111011 | 10011001 | 10101000 | 0 | 100111 | 100001 | 10 | 101011111 | 1011100 | 1001111 |
Color Harmonies of #FB99A8
Complementary color
Monochromatic Colors of #FB99A8
Black with #FB99A8
Text Example
Text Example
White with #FB99A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB99A8; }
p { color: rgb(251,153,168); }
H1.HeaderClassName
{
color: #FB99A8;
}
.AnyTagClassName
{
color: #FB99A8;
}
</style>
background-color css
<style>
a { background-color: #FB99A8; }
a { background-color: rgb(251,153,168); }
div.DivClassName
{
background-color: #FB99A8;
}
.BgClassName
{
background-color: #FB99A8;
}
</style>
border-color css
<style>
span { border-color: #FB99A8; }
span { border-color: rgb(251,153,168); }
td.TdClassName
{
border-color: #FB99A8;
}
.TagClassName
{
border-color: #FB99A8;
}
</style>