Shades of Pale Magenta #FB8EEE
Tints of Pale Magenta #FB8EEE
RGB
CMYK
RGB Variations
Color information
#FB8EEE (or 0xFB8EEE) is known color: Pale Magenta. HEX triplet: FB, 8E and EE. RGB value is (251,142,238). Sum of RGB (Red+Green+Blue) = 251+142+238=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 142 (55.86% from 255 or 22.50% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8EEE is #047111. Grayscale: #B9B9B9. Windows color (decimal): -291090 or 15634171. OLE color: 15634171.
HSL color Cylindrical-coordinate representation of color #FB8EEE: hue angle of 307.16º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8EEE is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 238 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.02 |
| HSL | 307.16º | 0.93% | 0.77% | - |
| HSV(B) | 307.16º | 0.43% | 0.98% | - |
| XYZ | 64.89 | 46.03 | 86.35 | - |
| YUV | 185.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 238 | 0 | 0.43 | 0.05 | 0.02 | 307.16 | 0.93 | 0.77 |
| Hex | FB | 8E | EE | 0 | 2B | 5 | 2 | 133 | 5D | 4D |
| Octal | 373 | 216 | 356 | 0 | 53 | 5 | 2 | 463 | 135 | 115 |
| Binary | 11111011 | 10001110 | 11101110 | 0 | 101011 | 101 | 10 | 100110011 | 1011101 | 1001101 |
Color Harmonies of #FB8EEE
Complementary color
Monochromatic Colors of #FB8EEE
Black with #FB8EEE
Text Example
Text Example
White with #FB8EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8EEE; }
p { color: rgb(251,142,238); }
H1.HeaderClassName
{
color: #FB8EEE;
}
.AnyTagClassName
{
color: #FB8EEE;
}
</style>
background-color css
<style>
a { background-color: #FB8EEE; }
a { background-color: rgb(251,142,238); }
div.DivClassName
{
background-color: #FB8EEE;
}
.BgClassName
{
background-color: #FB8EEE;
}
</style>
border-color css
<style>
span { border-color: #FB8EEE; }
span { border-color: rgb(251,142,238); }
td.TdClassName
{
border-color: #FB8EEE;
}
.TagClassName
{
border-color: #FB8EEE;
}
</style>