Shades of Pale Magenta #FB8FED
Tints of Pale Magenta #FB8FED
RGB
CMYK
RGB Variations
Color information
#FB8FED (or 0xFB8FED) is known color: Pale Magenta. HEX triplet: FB, 8F and ED. RGB value is (251,143,237). Sum of RGB (Red+Green+Blue) = 251+143+237=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 143 (56.25% from 255 or 22.66% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8FED is #047012. Grayscale: #B9B9B9. Windows color (decimal): -290835 or 15568891. OLE color: 15568891.
HSL color Cylindrical-coordinate representation of color #FB8FED: hue angle of 307.78º 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 #FB8FED is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 237 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.02 |
| HSL | 307.78º | 0.93% | 0.77% | - |
| HSV(B) | 307.78º | 0.43% | 0.98% | - |
| XYZ | 64.89 | 46.27 | 85.63 | - |
| YUV | 186.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 237 | 0 | 0.43 | 0.06 | 0.02 | 307.78 | 0.93 | 0.77 |
| Hex | FB | 8F | ED | 0 | 2B | 6 | 2 | 134 | 5D | 4D |
| Octal | 373 | 217 | 355 | 0 | 53 | 6 | 2 | 464 | 135 | 115 |
| Binary | 11111011 | 10001111 | 11101101 | 0 | 101011 | 110 | 10 | 100110100 | 1011101 | 1001101 |
Color Harmonies of #FB8FED
Complementary color
Monochromatic Colors of #FB8FED
Black with #FB8FED
Text Example
Text Example
White with #FB8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FED; }
p { color: rgb(251,143,237); }
H1.HeaderClassName
{
color: #FB8FED;
}
.AnyTagClassName
{
color: #FB8FED;
}
</style>
background-color css
<style>
a { background-color: #FB8FED; }
a { background-color: rgb(251,143,237); }
div.DivClassName
{
background-color: #FB8FED;
}
.BgClassName
{
background-color: #FB8FED;
}
</style>
border-color css
<style>
span { border-color: #FB8FED; }
span { border-color: rgb(251,143,237); }
td.TdClassName
{
border-color: #FB8FED;
}
.TagClassName
{
border-color: #FB8FED;
}
</style>