Shades of Pale Magenta #FD8FE2
Tints of Pale Magenta #FD8FE2
RGB
CMYK
RGB Variations
Color information
#FD8FE2 (or 0xFD8FE2) is known color: Pale Magenta. HEX triplet: FD, 8F and E2. RGB value is (253,143,226). Sum of RGB (Red+Green+Blue) = 253+143+226=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 143 (56.25% from 255 or 22.99% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8FE2 is #02701D. Grayscale: #B9B9B9. Windows color (decimal): -159774 or 14847997. OLE color: 14847997.
HSL color Cylindrical-coordinate representation of color #FD8FE2: hue angle of 314.73º 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 #FD8FE2 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 226 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.01 |
| HSL | 314.73º | 0.96% | 0.78% | - |
| HSV(B) | 314.73º | 0.43% | 0.99% | - |
| XYZ | 64.06 | 46.02 | 77.46 | - |
| YUV | 185.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 226 | 0 | 0.43 | 0.11 | 0.01 | 314.73 | 0.96 | 0.78 |
| Hex | FD | 8F | E2 | 0 | 2B | B | 1 | 13B | 60 | 4E |
| Octal | 375 | 217 | 342 | 0 | 53 | 13 | 1 | 473 | 140 | 116 |
| Binary | 11111101 | 10001111 | 11100010 | 0 | 101011 | 1011 | 1 | 100111011 | 1100000 | 1001110 |
Color Harmonies of #FD8FE2
Complementary color
Monochromatic Colors of #FD8FE2
Black with #FD8FE2
Text Example
Text Example
White with #FD8FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8FE2; }
p { color: rgb(253,143,226); }
H1.HeaderClassName
{
color: #FD8FE2;
}
.AnyTagClassName
{
color: #FD8FE2;
}
</style>
background-color css
<style>
a { background-color: #FD8FE2; }
a { background-color: rgb(253,143,226); }
div.DivClassName
{
background-color: #FD8FE2;
}
.BgClassName
{
background-color: #FD8FE2;
}
</style>
border-color css
<style>
span { border-color: #FD8FE2; }
span { border-color: rgb(253,143,226); }
td.TdClassName
{
border-color: #FD8FE2;
}
.TagClassName
{
border-color: #FD8FE2;
}
</style>