Shades of Pale Magenta #FF8CEB
Tints of Pale Magenta #FF8CEB
RGB
CMYK
RGB Variations
Color information
#FF8CEB (or 0xFF8CEB) is known color: Pale Magenta. HEX triplet: FF, 8C and EB. RGB value is (255,140,235). Sum of RGB (Red+Green+Blue) = 255+140+235=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 140 (55.08% from 255 or 22.22% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8CEB is #007314. Grayscale: #B8B8B8. Windows color (decimal): -29461 or 15437055. OLE color: 15437055.
HSL color Cylindrical-coordinate representation of color #FF8CEB: hue angle of 310.43º 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 #FF8CEB is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 235 | - |
| CMYK | 0 | 0.45 | 0.08 | 0 |
| HSL | 310.43º | 1% | 0.77% | - |
| HSV(B) | 310.43º | 0.45% | 1% | - |
| XYZ | 65.61 | 46.01 | 84.02 | - |
| YUV | 185.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 235 | 0 | 0.45 | 0.08 | 0 | 310.43 | 1 | 0.77 |
| Hex | FF | 8C | EB | 0 | 2D | 8 | 0 | 136 | 64 | 4D |
| Octal | 377 | 214 | 353 | 0 | 55 | 10 | 0 | 466 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11101011 | 0 | 101101 | 1000 | 0 | 100110110 | 1100100 | 1001101 |
Color Harmonies of #FF8CEB
Complementary color
Monochromatic Colors of #FF8CEB
Black with #FF8CEB
Text Example
Text Example
White with #FF8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CEB; }
p { color: rgb(255,140,235); }
H1.HeaderClassName
{
color: #FF8CEB;
}
.AnyTagClassName
{
color: #FF8CEB;
}
</style>
background-color css
<style>
a { background-color: #FF8CEB; }
a { background-color: rgb(255,140,235); }
div.DivClassName
{
background-color: #FF8CEB;
}
.BgClassName
{
background-color: #FF8CEB;
}
</style>
border-color css
<style>
span { border-color: #FF8CEB; }
span { border-color: rgb(255,140,235); }
td.TdClassName
{
border-color: #FF8CEB;
}
.TagClassName
{
border-color: #FF8CEB;
}
</style>