Shades of Pale Magenta #FC7DED
Tints of Pale Magenta #FC7DED
RGB
CMYK
RGB Variations
Color information
#FC7DED (or 0xFC7DED) is known color: Pale Magenta. HEX triplet: FC, 7D and ED. RGB value is (252,125,237). Sum of RGB (Red+Green+Blue) = 252+125+237=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 125 (49.22% from 255 or 20.36% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7DED is #038212. Grayscale: #AFAFAF. Windows color (decimal): -229907 or 15564284. OLE color: 15564284.
HSL color Cylindrical-coordinate representation of color #FC7DED: hue angle of 307.09º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7DED is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 125 | 237 | - |
CMYK | 0 | 0.50 | 0.06 | 0.01 |
HSL | 307.09º | 0.95% | 0.74% | - |
HSV(B) | 307.09º | 0.5% | 0.99% | - |
XYZ | 62.76 | 41.48 | 84.82 | - |
YUV | 175.74 | 162.58 | 182.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 125 | 237 | 0 | 0.50 | 0.06 | 0.01 | 307.09 | 0.95 | 0.74 |
Hex | FC | 7D | ED | 0 | 32 | 6 | 1 | 133 | 5F | 4A |
Octal | 374 | 175 | 355 | 0 | 62 | 6 | 1 | 463 | 137 | 112 |
Binary | 11111100 | 1111101 | 11101101 | 0 | 110010 | 110 | 1 | 100110011 | 1011111 | 1001010 |
Color Harmonies of #FC7DED
Complementary color
Monochromatic Colors of #FC7DED
Black with #FC7DED
Text Example
Text Example
White with #FC7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DED; }
p { color: rgb(252,125,237); }
H1.HeaderClassName
{
color: #FC7DED;
}
.AnyTagClassName
{
color: #FC7DED;
}
</style>
background-color css
<style>
a { background-color: #FC7DED; }
a { background-color: rgb(252,125,237); }
div.DivClassName
{
background-color: #FC7DED;
}
.BgClassName
{
background-color: #FC7DED;
}
</style>
border-color css
<style>
span { border-color: #FC7DED; }
span { border-color: rgb(252,125,237); }
td.TdClassName
{
border-color: #FC7DED;
}
.TagClassName
{
border-color: #FC7DED;
}
</style>