Shades of Pale Magenta #FD90DF
Tints of Pale Magenta #FD90DF
RGB
CMYK
RGB Variations
Color information
#FD90DF (or 0xFD90DF) is known color: Pale Magenta. HEX triplet: FD, 90 and DF. RGB value is (253,144,223). Sum of RGB (Red+Green+Blue) = 253+144+223=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90DF is #026F20. Grayscale: #B9B9B9. Windows color (decimal): -159521 or 14651645. OLE color: 14651645.
HSL color Cylindrical-coordinate representation of color #FD90DF: hue angle of 316.51º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD90DF is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 223 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.01 |
| HSL | 316.51º | 0.96% | 0.78% | - |
| HSV(B) | 316.51º | 0.43% | 0.99% | - |
| XYZ | 63.8 | 46.16 | 75.36 | - |
| YUV | 185.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 223 | 0 | 0.43 | 0.12 | 0.01 | 316.51 | 0.96 | 0.78 |
| Hex | FD | 90 | DF | 0 | 2B | C | 1 | 13D | 60 | 4E |
| Octal | 375 | 220 | 337 | 0 | 53 | 14 | 1 | 475 | 140 | 116 |
| Binary | 11111101 | 10010000 | 11011111 | 0 | 101011 | 1100 | 1 | 100111101 | 1100000 | 1001110 |
Color Harmonies of #FD90DF
Complementary color
Monochromatic Colors of #FD90DF
Black with #FD90DF
Text Example
Text Example
White with #FD90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD90DF; }
p { color: rgb(253,144,223); }
H1.HeaderClassName
{
color: #FD90DF;
}
.AnyTagClassName
{
color: #FD90DF;
}
</style>
background-color css
<style>
a { background-color: #FD90DF; }
a { background-color: rgb(253,144,223); }
div.DivClassName
{
background-color: #FD90DF;
}
.BgClassName
{
background-color: #FD90DF;
}
</style>
border-color css
<style>
span { border-color: #FD90DF; }
span { border-color: rgb(253,144,223); }
td.TdClassName
{
border-color: #FD90DF;
}
.TagClassName
{
border-color: #FD90DF;
}
</style>