Shades of Pale Magenta #FB93ED
Tints of Pale Magenta #FB93ED
RGB
CMYK
RGB Variations
Color information
#FB93ED (or 0xFB93ED) is known color: Pale Magenta. HEX triplet: FB, 93 and ED. RGB value is (251,147,237). Sum of RGB (Red+Green+Blue) = 251+147+237=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 147 (57.81% from 255 or 23.15% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB93ED is #046C12. Grayscale: #BCBCBC. Windows color (decimal): -289811 or 15569915. OLE color: 15569915.
HSL color Cylindrical-coordinate representation of color #FB93ED: hue angle of 308.08º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB93ED is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 237 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.02 |
| HSL | 308.08º | 0.93% | 0.78% | - |
| HSV(B) | 308.08º | 0.41% | 0.98% | - |
| XYZ | 65.5 | 47.49 | 85.84 | - |
| YUV | 188.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 237 | 0 | 0.41 | 0.06 | 0.02 | 308.08 | 0.93 | 0.78 |
| Hex | FB | 93 | ED | 0 | 29 | 6 | 2 | 134 | 5D | 4E |
| Octal | 373 | 223 | 355 | 0 | 51 | 6 | 2 | 464 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11101101 | 0 | 101001 | 110 | 10 | 100110100 | 1011101 | 1001110 |
Color Harmonies of #FB93ED
Complementary color
Monochromatic Colors of #FB93ED
Black with #FB93ED
Text Example
Text Example
White with #FB93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93ED; }
p { color: rgb(251,147,237); }
H1.HeaderClassName
{
color: #FB93ED;
}
.AnyTagClassName
{
color: #FB93ED;
}
</style>
background-color css
<style>
a { background-color: #FB93ED; }
a { background-color: rgb(251,147,237); }
div.DivClassName
{
background-color: #FB93ED;
}
.BgClassName
{
background-color: #FB93ED;
}
</style>
border-color css
<style>
span { border-color: #FB93ED; }
span { border-color: rgb(251,147,237); }
td.TdClassName
{
border-color: #FB93ED;
}
.TagClassName
{
border-color: #FB93ED;
}
</style>