Shades of Mauvelous #FC8FAA
Tints of Mauvelous #FC8FAA
RGB
CMYK
RGB Variations
Color information
#FC8FAA (or 0xFC8FAA) is known color: Mauvelous. HEX triplet: FC, 8F and AA. RGB value is (252,143,170). Sum of RGB (Red+Green+Blue) = 252+143+170=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8FAA is #037055. Grayscale: #B2B2B2. Windows color (decimal): -225366 or 11177980. OLE color: 11177980.
HSL color Cylindrical-coordinate representation of color #FC8FAA: hue angle of 345.14º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FAA is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 170 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.01 |
| HSL | 345.14º | 0.95% | 0.77% | - |
| HSV(B) | 345.14º | 0.43% | 0.99% | - |
| XYZ | 57.22 | 43.24 | 43.36 | - |
| YUV | 178.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 170 | 0 | 0.43 | 0.33 | 0.01 | 345.14 | 0.95 | 0.77 |
| Hex | FC | 8F | AA | 0 | 2B | 21 | 1 | 159 | 5F | 4D |
| Octal | 374 | 217 | 252 | 0 | 53 | 41 | 1 | 531 | 137 | 115 |
| Binary | 11111100 | 10001111 | 10101010 | 0 | 101011 | 100001 | 1 | 101011001 | 1011111 | 1001101 |
Color Harmonies of #FC8FAA
Complementary color
Monochromatic Colors of #FC8FAA
Black with #FC8FAA
Text Example
Text Example
White with #FC8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FAA; }
p { color: rgb(252,143,170); }
H1.HeaderClassName
{
color: #FC8FAA;
}
.AnyTagClassName
{
color: #FC8FAA;
}
</style>
background-color css
<style>
a { background-color: #FC8FAA; }
a { background-color: rgb(252,143,170); }
div.DivClassName
{
background-color: #FC8FAA;
}
.BgClassName
{
background-color: #FC8FAA;
}
</style>
border-color css
<style>
span { border-color: #FC8FAA; }
span { border-color: rgb(252,143,170); }
td.TdClassName
{
border-color: #FC8FAA;
}
.TagClassName
{
border-color: #FC8FAA;
}
</style>