Shades of Mauvelous #FB98A8
Tints of Mauvelous #FB98A8
RGB
CMYK
RGB Variations
Color information
#FB98A8 (or 0xFB98A8) is known color: Mauvelous. HEX triplet: FB, 98 and A8. RGB value is (251,152,168). Sum of RGB (Red+Green+Blue) = 251+152+168=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB98A8 is #046757. Grayscale: #B7B7B7. Windows color (decimal): -288600 or 11049211. OLE color: 11049211.
HSL color Cylindrical-coordinate representation of color #FB98A8: hue angle of 350.3º degrees, saturation: 0.93, 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 #FB98A8 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 152 | 168 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.02 |
| HSL | 350.3º | 0.93% | 0.79% | - |
| HSV(B) | 350.3º | 0.39% | 0.98% | - |
| XYZ | 58.08 | 45.79 | 42.82 | - |
| YUV | 183.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 152 | 168 | 0 | 0.39 | 0.33 | 0.02 | 350.3 | 0.93 | 0.79 |
| Hex | FB | 98 | A8 | 0 | 27 | 21 | 2 | 15E | 5D | 4F |
| Octal | 373 | 230 | 250 | 0 | 47 | 41 | 2 | 536 | 135 | 117 |
| Binary | 11111011 | 10011000 | 10101000 | 0 | 100111 | 100001 | 10 | 101011110 | 1011101 | 1001111 |
Color Harmonies of #FB98A8
Complementary color
Monochromatic Colors of #FB98A8
Black with #FB98A8
Text Example
Text Example
White with #FB98A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB98A8; }
p { color: rgb(251,152,168); }
H1.HeaderClassName
{
color: #FB98A8;
}
.AnyTagClassName
{
color: #FB98A8;
}
</style>
background-color css
<style>
a { background-color: #FB98A8; }
a { background-color: rgb(251,152,168); }
div.DivClassName
{
background-color: #FB98A8;
}
.BgClassName
{
background-color: #FB98A8;
}
</style>
border-color css
<style>
span { border-color: #FB98A8; }
span { border-color: rgb(251,152,168); }
td.TdClassName
{
border-color: #FB98A8;
}
.TagClassName
{
border-color: #FB98A8;
}
</style>