Shades of Pale Magenta #FC88E0
Tints of Pale Magenta #FC88E0
RGB
CMYK
RGB Variations
Color information
#FC88E0 (or 0xFC88E0) is known color: Pale Magenta. HEX triplet: FC, 88 and E0. RGB value is (252,136,224). Sum of RGB (Red+Green+Blue) = 252+136+224=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 136 (53.52% from 255 or 22.22% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88E0 is #03771F. Grayscale: #B4B4B4. Windows color (decimal): -227104 or 14715132. OLE color: 14715132.
HSL color Cylindrical-coordinate representation of color #FC88E0: hue angle of 314.48º 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 #FC88E0 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 224 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.01 |
| HSL | 314.48º | 0.95% | 0.76% | - |
| HSV(B) | 314.48º | 0.46% | 0.99% | - |
| XYZ | 62.4 | 43.69 | 75.66 | - |
| YUV | 180.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 224 | 0 | 0.46 | 0.11 | 0.01 | 314.48 | 0.95 | 0.76 |
| Hex | FC | 88 | E0 | 0 | 2E | B | 1 | 13A | 5F | 4C |
| Octal | 374 | 210 | 340 | 0 | 56 | 13 | 1 | 472 | 137 | 114 |
| Binary | 11111100 | 10001000 | 11100000 | 0 | 101110 | 1011 | 1 | 100111010 | 1011111 | 1001100 |
Color Harmonies of #FC88E0
Complementary color
Monochromatic Colors of #FC88E0
Black with #FC88E0
Text Example
Text Example
White with #FC88E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC88E0; }
p { color: rgb(252,136,224); }
H1.HeaderClassName
{
color: #FC88E0;
}
.AnyTagClassName
{
color: #FC88E0;
}
</style>
background-color css
<style>
a { background-color: #FC88E0; }
a { background-color: rgb(252,136,224); }
div.DivClassName
{
background-color: #FC88E0;
}
.BgClassName
{
background-color: #FC88E0;
}
</style>
border-color css
<style>
span { border-color: #FC88E0; }
span { border-color: rgb(252,136,224); }
td.TdClassName
{
border-color: #FC88E0;
}
.TagClassName
{
border-color: #FC88E0;
}
</style>