Shades of Pale Magenta #FD8DF5
Tints of Pale Magenta #FD8DF5
RGB
CMYK
RGB Variations
Color information
#FD8DF5 (or 0xFD8DF5) is known color: Pale Magenta. HEX triplet: FD, 8D and F5. RGB value is (253,141,245). Sum of RGB (Red+Green+Blue) = 253+141+245=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 141 (55.47% from 255 or 22.07% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8DF5 is #02720A. Grayscale: #BABABA. Windows color (decimal): -160267 or 16092669. OLE color: 16092669.
HSL color Cylindrical-coordinate representation of color #FD8DF5: hue angle of 304.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD8DF5 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 141 | 245 | - |
CMYK | 0 | 0.44 | 0.03 | 0.01 |
HSL | 304.29º | 0.97% | 0.77% | - |
HSV(B) | 304.29º | 0.44% | 0.99% | - |
XYZ | 66.51 | 46.52 | 91.86 | - |
YUV | 186.34 | 161.11 | 175.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 141 | 245 | 0 | 0.44 | 0.03 | 0.01 | 304.29 | 0.97 | 0.77 |
Hex | FD | 8D | F5 | 0 | 2C | 3 | 1 | 130 | 61 | 4D |
Octal | 375 | 215 | 365 | 0 | 54 | 3 | 1 | 460 | 141 | 115 |
Binary | 11111101 | 10001101 | 11110101 | 0 | 101100 | 11 | 1 | 100110000 | 1100001 | 1001101 |
Color Harmonies of #FD8DF5
Complementary color
Monochromatic Colors of #FD8DF5
Black with #FD8DF5
Text Example
Text Example
White with #FD8DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8DF5; }
p { color: rgb(253,141,245); }
H1.HeaderClassName
{
color: #FD8DF5;
}
.AnyTagClassName
{
color: #FD8DF5;
}
</style>
background-color css
<style>
a { background-color: #FD8DF5; }
a { background-color: rgb(253,141,245); }
div.DivClassName
{
background-color: #FD8DF5;
}
.BgClassName
{
background-color: #FD8DF5;
}
</style>
border-color css
<style>
span { border-color: #FD8DF5; }
span { border-color: rgb(253,141,245); }
td.TdClassName
{
border-color: #FD8DF5;
}
.TagClassName
{
border-color: #FD8DF5;
}
</style>