Shades of Pale Magenta #FC6BDD
Tints of Pale Magenta #FC6BDD
RGB
CMYK
RGB Variations
Color information
#FC6BDD (or 0xFC6BDD) is known color: Pale Magenta. HEX triplet: FC, 6B and DD. RGB value is (252,107,221). Sum of RGB (Red+Green+Blue) = 252+107+221=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BDD is #039422. Grayscale: #A3A3A3. Windows color (decimal): -234531 or 14511100. OLE color: 14511100.
HSL color Cylindrical-coordinate representation of color #FC6BDD: hue angle of 312.83º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6BDD is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 221 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.01 |
| HSL | 312.83º | 0.96% | 0.7% | - |
| HSV(B) | 312.83º | 0.58% | 0.99% | - |
| XYZ | 58.45 | 36.43 | 72.36 | - |
| YUV | 163.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 221 | 0 | 0.58 | 0.12 | 0.01 | 312.83 | 0.96 | 0.7 |
| Hex | FC | 6B | DD | 0 | 3A | C | 1 | 139 | 60 | 46 |
| Octal | 374 | 153 | 335 | 0 | 72 | 14 | 1 | 471 | 140 | 106 |
| Binary | 11111100 | 1101011 | 11011101 | 0 | 111010 | 1100 | 1 | 100111001 | 1100000 | 1000110 |
Color Harmonies of #FC6BDD
Complementary color
Monochromatic Colors of #FC6BDD
Black with #FC6BDD
Text Example
Text Example
White with #FC6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BDD; }
p { color: rgb(252,107,221); }
H1.HeaderClassName
{
color: #FC6BDD;
}
.AnyTagClassName
{
color: #FC6BDD;
}
</style>
background-color css
<style>
a { background-color: #FC6BDD; }
a { background-color: rgb(252,107,221); }
div.DivClassName
{
background-color: #FC6BDD;
}
.BgClassName
{
background-color: #FC6BDD;
}
</style>
border-color css
<style>
span { border-color: #FC6BDD; }
span { border-color: rgb(252,107,221); }
td.TdClassName
{
border-color: #FC6BDD;
}
.TagClassName
{
border-color: #FC6BDD;
}
</style>