Shades of Mauvelous #FB92A8
Tints of Mauvelous #FB92A8
RGB
CMYK
RGB Variations
Color information
#FB92A8 (or 0xFB92A8) is known color: Mauvelous. HEX triplet: FB, 92 and A8. RGB value is (251,146,168). Sum of RGB (Red+Green+Blue) = 251+146+168=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB92A8 is #046D57. Grayscale: #B3B3B3. Windows color (decimal): -290136 or 11047675. OLE color: 11047675.
HSL color Cylindrical-coordinate representation of color #FB92A8: hue angle of 347.43º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB92A8 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 168 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.02 |
| HSL | 347.43º | 0.93% | 0.78% | - |
| HSV(B) | 347.43º | 0.42% | 0.98% | - |
| XYZ | 57.13 | 43.89 | 42.51 | - |
| YUV | 179.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 168 | 0 | 0.42 | 0.33 | 0.02 | 347.43 | 0.93 | 0.78 |
| Hex | FB | 92 | A8 | 0 | 2A | 21 | 2 | 15B | 5D | 4E |
| Octal | 373 | 222 | 250 | 0 | 52 | 41 | 2 | 533 | 135 | 116 |
| Binary | 11111011 | 10010010 | 10101000 | 0 | 101010 | 100001 | 10 | 101011011 | 1011101 | 1001110 |
Color Harmonies of #FB92A8
Complementary color
Monochromatic Colors of #FB92A8
Black with #FB92A8
Text Example
Text Example
White with #FB92A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB92A8; }
p { color: rgb(251,146,168); }
H1.HeaderClassName
{
color: #FB92A8;
}
.AnyTagClassName
{
color: #FB92A8;
}
</style>
background-color css
<style>
a { background-color: #FB92A8; }
a { background-color: rgb(251,146,168); }
div.DivClassName
{
background-color: #FB92A8;
}
.BgClassName
{
background-color: #FB92A8;
}
</style>
border-color css
<style>
span { border-color: #FB92A8; }
span { border-color: rgb(251,146,168); }
td.TdClassName
{
border-color: #FB92A8;
}
.TagClassName
{
border-color: #FB92A8;
}
</style>