Shades of Pale Magenta #FD6FDD
Tints of Pale Magenta #FD6FDD
RGB
CMYK
RGB Variations
Color information
#FD6FDD (or 0xFD6FDD) is known color: Pale Magenta. HEX triplet: FD, 6F and DD. RGB value is (253,111,221). Sum of RGB (Red+Green+Blue) = 253+111+221=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 111 (43.75% from 255 or 18.97% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6FDD is #029022. Grayscale: #A5A5A5. Windows color (decimal): -167971 or 14512125. OLE color: 14512125.
HSL color Cylindrical-coordinate representation of color #FD6FDD: hue angle of 313.52º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD6FDD is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 111 | 221 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.01 |
| HSL | 313.52º | 0.97% | 0.71% | - |
| HSV(B) | 313.52º | 0.56% | 0.99% | - |
| XYZ | 59.24 | 37.47 | 72.52 | - |
| YUV | 166 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 111 | 221 | 0 | 0.56 | 0.13 | 0.01 | 313.52 | 0.97 | 0.71 |
| Hex | FD | 6F | DD | 0 | 38 | D | 1 | 13A | 61 | 47 |
| Octal | 375 | 157 | 335 | 0 | 70 | 15 | 1 | 472 | 141 | 107 |
| Binary | 11111101 | 1101111 | 11011101 | 0 | 111000 | 1101 | 1 | 100111010 | 1100001 | 1000111 |
Color Harmonies of #FD6FDD
Complementary color
Monochromatic Colors of #FD6FDD
Black with #FD6FDD
Text Example
Text Example
White with #FD6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6FDD; }
p { color: rgb(253,111,221); }
H1.HeaderClassName
{
color: #FD6FDD;
}
.AnyTagClassName
{
color: #FD6FDD;
}
</style>
background-color css
<style>
a { background-color: #FD6FDD; }
a { background-color: rgb(253,111,221); }
div.DivClassName
{
background-color: #FD6FDD;
}
.BgClassName
{
background-color: #FD6FDD;
}
</style>
border-color css
<style>
span { border-color: #FD6FDD; }
span { border-color: rgb(253,111,221); }
td.TdClassName
{
border-color: #FD6FDD;
}
.TagClassName
{
border-color: #FD6FDD;
}
</style>