Shades of Pale Magenta #FF8CED
Tints of Pale Magenta #FF8CED
RGB
CMYK
RGB Variations
Color information
#FF8CED (or 0xFF8CED) is known color: Pale Magenta. HEX triplet: FF, 8C and ED. RGB value is (255,140,237). Sum of RGB (Red+Green+Blue) = 255+140+237=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 140 (55.08% from 255 or 22.15% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8CED is #007312. Grayscale: #B9B9B9. Windows color (decimal): -29459 or 15568127. OLE color: 15568127.
HSL color Cylindrical-coordinate representation of color #FF8CED: hue angle of 309.39º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CED is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 237 | - |
| CMYK | 0 | 0.45 | 0.07 | 0 |
| HSL | 309.39º | 1% | 0.77% | - |
| HSV(B) | 309.39º | 0.45% | 1% | - |
| XYZ | 65.9 | 46.13 | 85.55 | - |
| YUV | 185.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 237 | 0 | 0.45 | 0.07 | 0 | 309.39 | 1 | 0.77 |
| Hex | FF | 8C | ED | 0 | 2D | 7 | 0 | 135 | 64 | 4D |
| Octal | 377 | 214 | 355 | 0 | 55 | 7 | 0 | 465 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11101101 | 0 | 101101 | 111 | 0 | 100110101 | 1100100 | 1001101 |
Color Harmonies of #FF8CED
Complementary color
Monochromatic Colors of #FF8CED
Black with #FF8CED
Text Example
Text Example
White with #FF8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CED; }
p { color: rgb(255,140,237); }
H1.HeaderClassName
{
color: #FF8CED;
}
.AnyTagClassName
{
color: #FF8CED;
}
</style>
background-color css
<style>
a { background-color: #FF8CED; }
a { background-color: rgb(255,140,237); }
div.DivClassName
{
background-color: #FF8CED;
}
.BgClassName
{
background-color: #FF8CED;
}
</style>
border-color css
<style>
span { border-color: #FF8CED; }
span { border-color: rgb(255,140,237); }
td.TdClassName
{
border-color: #FF8CED;
}
.TagClassName
{
border-color: #FF8CED;
}
</style>