Shades of Pale Magenta #FC88DF
Tints of Pale Magenta #FC88DF
RGB
CMYK
RGB Variations
Color information
#FC88DF (or 0xFC88DF) is known color: Pale Magenta. HEX triplet: FC, 88 and DF. RGB value is (252,136,223). Sum of RGB (Red+Green+Blue) = 252+136+223=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 136 (53.52% from 255 or 22.26% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88DF is #037720. Grayscale: #B4B4B4. Windows color (decimal): -227105 or 14649596. OLE color: 14649596.
HSL color Cylindrical-coordinate representation of color #FC88DF: hue angle of 315º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC88DF is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 223 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.01 |
| HSL | 315º | 0.95% | 0.76% | - |
| HSV(B) | 315º | 0.46% | 0.99% | - |
| XYZ | 62.27 | 43.63 | 74.95 | - |
| YUV | 180.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 223 | 0 | 0.46 | 0.12 | 0.01 | 315 | 0.95 | 0.76 |
| Hex | FC | 88 | DF | 0 | 2E | C | 1 | 13B | 5F | 4C |
| Octal | 374 | 210 | 337 | 0 | 56 | 14 | 1 | 473 | 137 | 114 |
| Binary | 11111100 | 10001000 | 11011111 | 0 | 101110 | 1100 | 1 | 100111011 | 1011111 | 1001100 |
Color Harmonies of #FC88DF
Complementary color
Monochromatic Colors of #FC88DF
Black with #FC88DF
Text Example
Text Example
White with #FC88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC88DF; }
p { color: rgb(252,136,223); }
H1.HeaderClassName
{
color: #FC88DF;
}
.AnyTagClassName
{
color: #FC88DF;
}
</style>
background-color css
<style>
a { background-color: #FC88DF; }
a { background-color: rgb(252,136,223); }
div.DivClassName
{
background-color: #FC88DF;
}
.BgClassName
{
background-color: #FC88DF;
}
</style>
border-color css
<style>
span { border-color: #FC88DF; }
span { border-color: rgb(252,136,223); }
td.TdClassName
{
border-color: #FC88DF;
}
.TagClassName
{
border-color: #FC88DF;
}
</style>