Shades of Pale Magenta #FC81D6
Tints of Pale Magenta #FC81D6
RGB
CMYK
RGB Variations
Color information
#FC81D6 (or 0xFC81D6) is known color: Pale Magenta. HEX triplet: FC, 81 and D6. RGB value is (252,129,214). Sum of RGB (Red+Green+Blue) = 252+129+214=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81D6 is #037E29. Grayscale: #AFAFAF. Windows color (decimal): -228906 or 14057980. OLE color: 14057980.
HSL color Cylindrical-coordinate representation of color #FC81D6: hue angle of 318.54º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC81D6 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 214 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.01 |
| HSL | 318.54º | 0.95% | 0.75% | - |
| HSV(B) | 318.54º | 0.49% | 0.99% | - |
| XYZ | 60.13 | 41.25 | 68.41 | - |
| YUV | 175.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 214 | 0 | 0.49 | 0.15 | 0.01 | 318.54 | 0.95 | 0.75 |
| Hex | FC | 81 | D6 | 0 | 31 | F | 1 | 13F | 5F | 4B |
| Octal | 374 | 201 | 326 | 0 | 61 | 17 | 1 | 477 | 137 | 113 |
| Binary | 11111100 | 10000001 | 11010110 | 0 | 110001 | 1111 | 1 | 100111111 | 1011111 | 1001011 |
Color Harmonies of #FC81D6
Complementary color
Monochromatic Colors of #FC81D6
Black with #FC81D6
Text Example
Text Example
White with #FC81D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC81D6; }
p { color: rgb(252,129,214); }
H1.HeaderClassName
{
color: #FC81D6;
}
.AnyTagClassName
{
color: #FC81D6;
}
</style>
background-color css
<style>
a { background-color: #FC81D6; }
a { background-color: rgb(252,129,214); }
div.DivClassName
{
background-color: #FC81D6;
}
.BgClassName
{
background-color: #FC81D6;
}
</style>
border-color css
<style>
span { border-color: #FC81D6; }
span { border-color: rgb(252,129,214); }
td.TdClassName
{
border-color: #FC81D6;
}
.TagClassName
{
border-color: #FC81D6;
}
</style>