Shades of Pale Magenta #FB8CEF
Tints of Pale Magenta #FB8CEF
RGB
CMYK
RGB Variations
Color information
#FB8CEF (or 0xFB8CEF) is known color: Pale Magenta. HEX triplet: FB, 8C and EF. RGB value is (251,140,239). Sum of RGB (Red+Green+Blue) = 251+140+239=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 140 (55.08% from 255 or 22.22% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8CEF is #047310. Grayscale: #B8B8B8. Windows color (decimal): -291601 or 15699195. OLE color: 15699195.
HSL color Cylindrical-coordinate representation of color #FB8CEF: hue angle of 306.49º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8CEF is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 239 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.02 |
| HSL | 306.49º | 0.93% | 0.77% | - |
| HSV(B) | 306.49º | 0.44% | 0.98% | - |
| XYZ | 64.74 | 45.5 | 87.03 | - |
| YUV | 184.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 239 | 0 | 0.44 | 0.05 | 0.02 | 306.49 | 0.93 | 0.77 |
| Hex | FB | 8C | EF | 0 | 2C | 5 | 2 | 132 | 5D | 4D |
| Octal | 373 | 214 | 357 | 0 | 54 | 5 | 2 | 462 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11101111 | 0 | 101100 | 101 | 10 | 100110010 | 1011101 | 1001101 |
Color Harmonies of #FB8CEF
Complementary color
Monochromatic Colors of #FB8CEF
Black with #FB8CEF
Text Example
Text Example
White with #FB8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CEF; }
p { color: rgb(251,140,239); }
H1.HeaderClassName
{
color: #FB8CEF;
}
.AnyTagClassName
{
color: #FB8CEF;
}
</style>
background-color css
<style>
a { background-color: #FB8CEF; }
a { background-color: rgb(251,140,239); }
div.DivClassName
{
background-color: #FB8CEF;
}
.BgClassName
{
background-color: #FB8CEF;
}
</style>
border-color css
<style>
span { border-color: #FB8CEF; }
span { border-color: rgb(251,140,239); }
td.TdClassName
{
border-color: #FB8CEF;
}
.TagClassName
{
border-color: #FB8CEF;
}
</style>