Shades of Mauvelous #FB8CA2
Tints of Mauvelous #FB8CA2
RGB
CMYK
RGB Variations
Color information
#FB8CA2 (or 0xFB8CA2) is known color: Mauvelous. HEX triplet: FB, 8C and A2. RGB value is (251,140,162). Sum of RGB (Red+Green+Blue) = 251+140+162=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8CA2 is #04735D. Grayscale: #AFAFAF. Windows color (decimal): -291678 or 10652923. OLE color: 10652923.
HSL color Cylindrical-coordinate representation of color #FB8CA2: hue angle of 348.11º 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 #FB8CA2 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 162 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.02 |
| HSL | 348.11º | 0.93% | 0.77% | - |
| HSV(B) | 348.11º | 0.44% | 0.98% | - |
| XYZ | 55.68 | 41.87 | 39.33 | - |
| YUV | 175.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 162 | 0 | 0.44 | 0.35 | 0.02 | 348.11 | 0.93 | 0.77 |
| Hex | FB | 8C | A2 | 0 | 2C | 23 | 2 | 15C | 5D | 4D |
| Octal | 373 | 214 | 242 | 0 | 54 | 43 | 2 | 534 | 135 | 115 |
| Binary | 11111011 | 10001100 | 10100010 | 0 | 101100 | 100011 | 10 | 101011100 | 1011101 | 1001101 |
Color Harmonies of #FB8CA2
Complementary color
Monochromatic Colors of #FB8CA2
Black with #FB8CA2
Text Example
Text Example
White with #FB8CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CA2; }
p { color: rgb(251,140,162); }
H1.HeaderClassName
{
color: #FB8CA2;
}
.AnyTagClassName
{
color: #FB8CA2;
}
</style>
background-color css
<style>
a { background-color: #FB8CA2; }
a { background-color: rgb(251,140,162); }
div.DivClassName
{
background-color: #FB8CA2;
}
.BgClassName
{
background-color: #FB8CA2;
}
</style>
border-color css
<style>
span { border-color: #FB8CA2; }
span { border-color: rgb(251,140,162); }
td.TdClassName
{
border-color: #FB8CA2;
}
.TagClassName
{
border-color: #FB8CA2;
}
</style>