Shades of Pale Magenta #FD8CE8
Tints of Pale Magenta #FD8CE8
RGB
CMYK
RGB Variations
Color information
#FD8CE8 (or 0xFD8CE8) is known color: Pale Magenta. HEX triplet: FD, 8C and E8. RGB value is (253,140,232). Sum of RGB (Red+Green+Blue) = 253+140+232=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 140 (55.08% from 255 or 22.4% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8CE8 is #027317. Grayscale: #B8B8B8. Windows color (decimal): -160536 or 15240445. OLE color: 15240445.
HSL color Cylindrical-coordinate representation of color #FD8CE8: hue angle of 311.15º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8CE8 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 232 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.01 |
| HSL | 311.15º | 0.97% | 0.77% | - |
| HSV(B) | 311.15º | 0.45% | 0.99% | - |
| XYZ | 64.45 | 45.47 | 81.72 | - |
| YUV | 184.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 232 | 0 | 0.45 | 0.08 | 0.01 | 311.15 | 0.97 | 0.77 |
| Hex | FD | 8C | E8 | 0 | 2D | 8 | 1 | 137 | 61 | 4D |
| Octal | 375 | 214 | 350 | 0 | 55 | 10 | 1 | 467 | 141 | 115 |
| Binary | 11111101 | 10001100 | 11101000 | 0 | 101101 | 1000 | 1 | 100110111 | 1100001 | 1001101 |
Color Harmonies of #FD8CE8
Complementary color
Monochromatic Colors of #FD8CE8
Black with #FD8CE8
Text Example
Text Example
White with #FD8CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CE8; }
p { color: rgb(253,140,232); }
H1.HeaderClassName
{
color: #FD8CE8;
}
.AnyTagClassName
{
color: #FD8CE8;
}
</style>
background-color css
<style>
a { background-color: #FD8CE8; }
a { background-color: rgb(253,140,232); }
div.DivClassName
{
background-color: #FD8CE8;
}
.BgClassName
{
background-color: #FD8CE8;
}
</style>
border-color css
<style>
span { border-color: #FD8CE8; }
span { border-color: rgb(253,140,232); }
td.TdClassName
{
border-color: #FD8CE8;
}
.TagClassName
{
border-color: #FD8CE8;
}
</style>