Shades of Pale Magenta #FC7BDE
Tints of Pale Magenta #FC7BDE
RGB
CMYK
RGB Variations
Color information
#FC7BDE (or 0xFC7BDE) is known color: Pale Magenta. HEX triplet: FC, 7B and DE. RGB value is (252,123,222). Sum of RGB (Red+Green+Blue) = 252+123+222=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BDE is #038421. Grayscale: #ACACAC. Windows color (decimal): -230434 or 14580732. OLE color: 14580732.
HSL color Cylindrical-coordinate representation of color #FC7BDE: hue angle of 313.95º 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 #FC7BDE is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 222 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.01 |
| HSL | 313.95º | 0.96% | 0.74% | - |
| HSV(B) | 313.95º | 0.51% | 0.99% | - |
| XYZ | 60.41 | 40.14 | 73.67 | - |
| YUV | 172.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 222 | 0 | 0.51 | 0.12 | 0.01 | 313.95 | 0.96 | 0.74 |
| Hex | FC | 7B | DE | 0 | 33 | C | 1 | 13A | 60 | 4A |
| Octal | 374 | 173 | 336 | 0 | 63 | 14 | 1 | 472 | 140 | 112 |
| Binary | 11111100 | 1111011 | 11011110 | 0 | 110011 | 1100 | 1 | 100111010 | 1100000 | 1001010 |
Color Harmonies of #FC7BDE
Complementary color
Monochromatic Colors of #FC7BDE
Black with #FC7BDE
Text Example
Text Example
White with #FC7BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7BDE; }
p { color: rgb(252,123,222); }
H1.HeaderClassName
{
color: #FC7BDE;
}
.AnyTagClassName
{
color: #FC7BDE;
}
</style>
background-color css
<style>
a { background-color: #FC7BDE; }
a { background-color: rgb(252,123,222); }
div.DivClassName
{
background-color: #FC7BDE;
}
.BgClassName
{
background-color: #FC7BDE;
}
</style>
border-color css
<style>
span { border-color: #FC7BDE; }
span { border-color: rgb(252,123,222); }
td.TdClassName
{
border-color: #FC7BDE;
}
.TagClassName
{
border-color: #FC7BDE;
}
</style>