Shades of Pale Magenta #FB93EE
Tints of Pale Magenta #FB93EE
RGB
CMYK
RGB Variations
Color information
#FB93EE (or 0xFB93EE) is known color: Pale Magenta. HEX triplet: FB, 93 and EE. RGB value is (251,147,238). Sum of RGB (Red+Green+Blue) = 251+147+238=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 147 (57.81% from 255 or 23.11% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB93EE is #046C11. Grayscale: #BCBCBC. Windows color (decimal): -289810 or 15635451. OLE color: 15635451.
HSL color Cylindrical-coordinate representation of color #FB93EE: hue angle of 307.5º 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 #FB93EE is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 238 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.02 |
| HSL | 307.5º | 0.93% | 0.78% | - |
| HSV(B) | 307.5º | 0.41% | 0.98% | - |
| XYZ | 65.65 | 47.55 | 86.61 | - |
| YUV | 188.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 238 | 0 | 0.41 | 0.05 | 0.02 | 307.5 | 0.93 | 0.78 |
| Hex | FB | 93 | EE | 0 | 29 | 5 | 2 | 134 | 5D | 4E |
| Octal | 373 | 223 | 356 | 0 | 51 | 5 | 2 | 464 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11101110 | 0 | 101001 | 101 | 10 | 100110100 | 1011101 | 1001110 |
Color Harmonies of #FB93EE
Complementary color
Monochromatic Colors of #FB93EE
Black with #FB93EE
Text Example
Text Example
White with #FB93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93EE; }
p { color: rgb(251,147,238); }
H1.HeaderClassName
{
color: #FB93EE;
}
.AnyTagClassName
{
color: #FB93EE;
}
</style>
background-color css
<style>
a { background-color: #FB93EE; }
a { background-color: rgb(251,147,238); }
div.DivClassName
{
background-color: #FB93EE;
}
.BgClassName
{
background-color: #FB93EE;
}
</style>
border-color css
<style>
span { border-color: #FB93EE; }
span { border-color: rgb(251,147,238); }
td.TdClassName
{
border-color: #FB93EE;
}
.TagClassName
{
border-color: #FB93EE;
}
</style>