Shades of Mauvelous #FB8FAA
Tints of Mauvelous #FB8FAA
RGB
CMYK
RGB Variations
Color information
#FB8FAA (or 0xFB8FAA) is known color: Mauvelous. HEX triplet: FB, 8F and AA. RGB value is (251,143,170). Sum of RGB (Red+Green+Blue) = 251+143+170=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8FAA is #047055. Grayscale: #B2B2B2. Windows color (decimal): -290902 or 11177979. OLE color: 11177979.
HSL color Cylindrical-coordinate representation of color #FB8FAA: hue angle of 345º 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 #FB8FAA is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 170 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.02 |
| HSL | 345º | 0.93% | 0.77% | - |
| HSV(B) | 345º | 0.43% | 0.98% | - |
| XYZ | 56.86 | 43.06 | 43.34 | - |
| YUV | 178.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 170 | 0 | 0.43 | 0.32 | 0.02 | 345 | 0.93 | 0.77 |
| Hex | FB | 8F | AA | 0 | 2B | 20 | 2 | 159 | 5D | 4D |
| Octal | 373 | 217 | 252 | 0 | 53 | 40 | 2 | 531 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10101010 | 0 | 101011 | 100000 | 10 | 101011001 | 1011101 | 1001101 |
Color Harmonies of #FB8FAA
Complementary color
Monochromatic Colors of #FB8FAA
Black with #FB8FAA
Text Example
Text Example
White with #FB8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FAA; }
p { color: rgb(251,143,170); }
H1.HeaderClassName
{
color: #FB8FAA;
}
.AnyTagClassName
{
color: #FB8FAA;
}
</style>
background-color css
<style>
a { background-color: #FB8FAA; }
a { background-color: rgb(251,143,170); }
div.DivClassName
{
background-color: #FB8FAA;
}
.BgClassName
{
background-color: #FB8FAA;
}
</style>
border-color css
<style>
span { border-color: #FB8FAA; }
span { border-color: rgb(251,143,170); }
td.TdClassName
{
border-color: #FB8FAA;
}
.TagClassName
{
border-color: #FB8FAA;
}
</style>