Shades of Pale Magenta #FC86EA
Tints of Pale Magenta #FC86EA
RGB
CMYK
RGB Variations
Color information
#FC86EA (or 0xFC86EA) is known color: Pale Magenta. HEX triplet: FC, 86 and EA. RGB value is (252,134,234). Sum of RGB (Red+Green+Blue) = 252+134+234=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 134 (52.73% from 255 or 21.61% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC86EA is #037915. Grayscale: #B4B4B4. Windows color (decimal): -227606 or 15369980. OLE color: 15369980.
HSL color Cylindrical-coordinate representation of color #FC86EA: hue angle of 309.15º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC86EA is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 234 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.01 |
| HSL | 309.15º | 0.95% | 0.76% | - |
| HSV(B) | 309.15º | 0.47% | 0.99% | - |
| XYZ | 63.52 | 43.69 | 82.93 | - |
| YUV | 180.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 234 | 0 | 0.47 | 0.07 | 0.01 | 309.15 | 0.95 | 0.76 |
| Hex | FC | 86 | EA | 0 | 2F | 7 | 1 | 135 | 5F | 4C |
| Octal | 374 | 206 | 352 | 0 | 57 | 7 | 1 | 465 | 137 | 114 |
| Binary | 11111100 | 10000110 | 11101010 | 0 | 101111 | 111 | 1 | 100110101 | 1011111 | 1001100 |
Color Harmonies of #FC86EA
Complementary color
Monochromatic Colors of #FC86EA
Black with #FC86EA
Text Example
Text Example
White with #FC86EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86EA; }
p { color: rgb(252,134,234); }
H1.HeaderClassName
{
color: #FC86EA;
}
.AnyTagClassName
{
color: #FC86EA;
}
</style>
background-color css
<style>
a { background-color: #FC86EA; }
a { background-color: rgb(252,134,234); }
div.DivClassName
{
background-color: #FC86EA;
}
.BgClassName
{
background-color: #FC86EA;
}
</style>
border-color css
<style>
span { border-color: #FC86EA; }
span { border-color: rgb(252,134,234); }
td.TdClassName
{
border-color: #FC86EA;
}
.TagClassName
{
border-color: #FC86EA;
}
</style>