Shades of Pale Magenta #FC7CDD
Tints of Pale Magenta #FC7CDD
RGB
CMYK
RGB Variations
Color information
#FC7CDD (or 0xFC7CDD) is known color: Pale Magenta. HEX triplet: FC, 7C and DD. RGB value is (252,124,221). Sum of RGB (Red+Green+Blue) = 252+124+221=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CDD is #038322. Grayscale: #ADADAD. Windows color (decimal): -230179 or 14515452. OLE color: 14515452.
HSL color Cylindrical-coordinate representation of color #FC7CDD: hue angle of 314.53º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7CDD is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 221 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.01 |
| HSL | 314.53º | 0.96% | 0.74% | - |
| HSV(B) | 314.53º | 0.51% | 0.99% | - |
| XYZ | 60.4 | 40.33 | 73.01 | - |
| YUV | 173.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 221 | 0 | 0.51 | 0.12 | 0.01 | 314.53 | 0.96 | 0.74 |
| Hex | FC | 7C | DD | 0 | 33 | C | 1 | 13B | 60 | 4A |
| Octal | 374 | 174 | 335 | 0 | 63 | 14 | 1 | 473 | 140 | 112 |
| Binary | 11111100 | 1111100 | 11011101 | 0 | 110011 | 1100 | 1 | 100111011 | 1100000 | 1001010 |
Color Harmonies of #FC7CDD
Complementary color
Monochromatic Colors of #FC7CDD
Black with #FC7CDD
Text Example
Text Example
White with #FC7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CDD; }
p { color: rgb(252,124,221); }
H1.HeaderClassName
{
color: #FC7CDD;
}
.AnyTagClassName
{
color: #FC7CDD;
}
</style>
background-color css
<style>
a { background-color: #FC7CDD; }
a { background-color: rgb(252,124,221); }
div.DivClassName
{
background-color: #FC7CDD;
}
.BgClassName
{
background-color: #FC7CDD;
}
</style>
border-color css
<style>
span { border-color: #FC7CDD; }
span { border-color: rgb(252,124,221); }
td.TdClassName
{
border-color: #FC7CDD;
}
.TagClassName
{
border-color: #FC7CDD;
}
</style>