Shades of Mauvelous #FC8FAE
Tints of Mauvelous #FC8FAE
RGB
CMYK
RGB Variations
Color information
#FC8FAE (or 0xFC8FAE) is known color: Mauvelous. HEX triplet: FC, 8F and AE. RGB value is (252,143,174). Sum of RGB (Red+Green+Blue) = 252+143+174=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8FAE is #037051. Grayscale: #B3B3B3. Windows color (decimal): -225362 or 11440124. OLE color: 11440124.
HSL color Cylindrical-coordinate representation of color #FC8FAE: hue angle of 342.94º 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 #FC8FAE is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 174 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.01 |
| HSL | 342.94º | 0.95% | 0.77% | - |
| HSV(B) | 342.94º | 0.43% | 0.99% | - |
| XYZ | 57.61 | 43.4 | 45.38 | - |
| YUV | 179.13 | 125.11 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 174 | 0 | 0.43 | 0.31 | 0.01 | 342.94 | 0.95 | 0.77 |
| Hex | FC | 8F | AE | 0 | 2B | 1F | 1 | 157 | 5F | 4D |
| Octal | 374 | 217 | 256 | 0 | 53 | 37 | 1 | 527 | 137 | 115 |
| Binary | 11111100 | 10001111 | 10101110 | 0 | 101011 | 11111 | 1 | 101010111 | 1011111 | 1001101 |
Color Harmonies of #FC8FAE
Complementary color
Monochromatic Colors of #FC8FAE
Black with #FC8FAE
Text Example
Text Example
White with #FC8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FAE; }
p { color: rgb(252,143,174); }
H1.HeaderClassName
{
color: #FC8FAE;
}
.AnyTagClassName
{
color: #FC8FAE;
}
</style>
background-color css
<style>
a { background-color: #FC8FAE; }
a { background-color: rgb(252,143,174); }
div.DivClassName
{
background-color: #FC8FAE;
}
.BgClassName
{
background-color: #FC8FAE;
}
</style>
border-color css
<style>
span { border-color: #FC8FAE; }
span { border-color: rgb(252,143,174); }
td.TdClassName
{
border-color: #FC8FAE;
}
.TagClassName
{
border-color: #FC8FAE;
}
</style>