Shades of Mauvelous #FB94A8
Tints of Mauvelous #FB94A8
RGB
CMYK
RGB Variations
Color information
#FB94A8 (or 0xFB94A8) is known color: Mauvelous. HEX triplet: FB, 94 and A8. RGB value is (251,148,168). Sum of RGB (Red+Green+Blue) = 251+148+168=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB94A8 is #046B57. Grayscale: #B5B5B5. Windows color (decimal): -289624 or 11048187. OLE color: 11048187.
HSL color Cylindrical-coordinate representation of color #FB94A8: hue angle of 348.35º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB94A8 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 168 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.02 |
| HSL | 348.35º | 0.93% | 0.78% | - |
| HSV(B) | 348.35º | 0.41% | 0.98% | - |
| XYZ | 57.44 | 44.52 | 42.61 | - |
| YUV | 181.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 168 | 0 | 0.41 | 0.33 | 0.02 | 348.35 | 0.93 | 0.78 |
| Hex | FB | 94 | A8 | 0 | 29 | 21 | 2 | 15C | 5D | 4E |
| Octal | 373 | 224 | 250 | 0 | 51 | 41 | 2 | 534 | 135 | 116 |
| Binary | 11111011 | 10010100 | 10101000 | 0 | 101001 | 100001 | 10 | 101011100 | 1011101 | 1001110 |
Color Harmonies of #FB94A8
Complementary color
Monochromatic Colors of #FB94A8
Black with #FB94A8
Text Example
Text Example
White with #FB94A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB94A8; }
p { color: rgb(251,148,168); }
H1.HeaderClassName
{
color: #FB94A8;
}
.AnyTagClassName
{
color: #FB94A8;
}
</style>
background-color css
<style>
a { background-color: #FB94A8; }
a { background-color: rgb(251,148,168); }
div.DivClassName
{
background-color: #FB94A8;
}
.BgClassName
{
background-color: #FB94A8;
}
</style>
border-color css
<style>
span { border-color: #FB94A8; }
span { border-color: rgb(251,148,168); }
td.TdClassName
{
border-color: #FB94A8;
}
.TagClassName
{
border-color: #FB94A8;
}
</style>