Shades of Mauvelous #FB8CAA
Tints of Mauvelous #FB8CAA
RGB
CMYK
RGB Variations
Color information
#FB8CAA (or 0xFB8CAA) is known color: Mauvelous. HEX triplet: FB, 8C and AA. RGB value is (251,140,170). Sum of RGB (Red+Green+Blue) = 251+140+170=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8CAA is #047355. Grayscale: #B0B0B0. Windows color (decimal): -291670 or 11177211. OLE color: 11177211.
HSL color Cylindrical-coordinate representation of color #FB8CAA: hue angle of 343.78º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8CAA is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 170 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.02 |
| HSL | 343.78º | 0.93% | 0.77% | - |
| HSV(B) | 343.78º | 0.44% | 0.98% | - |
| XYZ | 56.42 | 42.17 | 43.2 | - |
| YUV | 176.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 170 | 0 | 0.44 | 0.32 | 0.02 | 343.78 | 0.93 | 0.77 |
| Hex | FB | 8C | AA | 0 | 2C | 20 | 2 | 158 | 5D | 4D |
| Octal | 373 | 214 | 252 | 0 | 54 | 40 | 2 | 530 | 135 | 115 |
| Binary | 11111011 | 10001100 | 10101010 | 0 | 101100 | 100000 | 10 | 101011000 | 1011101 | 1001101 |
Color Harmonies of #FB8CAA
Complementary color
Monochromatic Colors of #FB8CAA
Black with #FB8CAA
Text Example
Text Example
White with #FB8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CAA; }
p { color: rgb(251,140,170); }
H1.HeaderClassName
{
color: #FB8CAA;
}
.AnyTagClassName
{
color: #FB8CAA;
}
</style>
background-color css
<style>
a { background-color: #FB8CAA; }
a { background-color: rgb(251,140,170); }
div.DivClassName
{
background-color: #FB8CAA;
}
.BgClassName
{
background-color: #FB8CAA;
}
</style>
border-color css
<style>
span { border-color: #FB8CAA; }
span { border-color: rgb(251,140,170); }
td.TdClassName
{
border-color: #FB8CAA;
}
.TagClassName
{
border-color: #FB8CAA;
}
</style>