Shades of Pale Magenta #FB8CEE
Tints of Pale Magenta #FB8CEE
RGB
CMYK
RGB Variations
Color information
#FB8CEE (or 0xFB8CEE) is known color: Pale Magenta. HEX triplet: FB, 8C and EE. RGB value is (251,140,238). Sum of RGB (Red+Green+Blue) = 251+140+238=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 140 (55.08% from 255 or 22.26% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8CEE is #047311. Grayscale: #B8B8B8. Windows color (decimal): -291602 or 15633659. OLE color: 15633659.
HSL color Cylindrical-coordinate representation of color #FB8CEE: hue angle of 307.03º 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 #FB8CEE is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 238 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.02 |
| HSL | 307.03º | 0.93% | 0.77% | - |
| HSV(B) | 307.03º | 0.44% | 0.98% | - |
| XYZ | 64.59 | 45.44 | 86.25 | - |
| YUV | 184.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 238 | 0 | 0.44 | 0.05 | 0.02 | 307.03 | 0.93 | 0.77 |
| Hex | FB | 8C | EE | 0 | 2C | 5 | 2 | 133 | 5D | 4D |
| Octal | 373 | 214 | 356 | 0 | 54 | 5 | 2 | 463 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11101110 | 0 | 101100 | 101 | 10 | 100110011 | 1011101 | 1001101 |
Color Harmonies of #FB8CEE
Complementary color
Monochromatic Colors of #FB8CEE
Black with #FB8CEE
Text Example
Text Example
White with #FB8CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CEE; }
p { color: rgb(251,140,238); }
H1.HeaderClassName
{
color: #FB8CEE;
}
.AnyTagClassName
{
color: #FB8CEE;
}
</style>
background-color css
<style>
a { background-color: #FB8CEE; }
a { background-color: rgb(251,140,238); }
div.DivClassName
{
background-color: #FB8CEE;
}
.BgClassName
{
background-color: #FB8CEE;
}
</style>
border-color css
<style>
span { border-color: #FB8CEE; }
span { border-color: rgb(251,140,238); }
td.TdClassName
{
border-color: #FB8CEE;
}
.TagClassName
{
border-color: #FB8CEE;
}
</style>