Shades of Pale Magenta #FB8FEA
Tints of Pale Magenta #FB8FEA
RGB
CMYK
RGB Variations
Color information
#FB8FEA (or 0xFB8FEA) is known color: Pale Magenta. HEX triplet: FB, 8F and EA. RGB value is (251,143,234). Sum of RGB (Red+Green+Blue) = 251+143+234=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 143 (56.25% from 255 or 22.77% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8FEA is #047015. Grayscale: #B9B9B9. Windows color (decimal): -290838 or 15372283. OLE color: 15372283.
HSL color Cylindrical-coordinate representation of color #FB8FEA: hue angle of 309.44º 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 #FB8FEA is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 234 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.02 |
| HSL | 309.44º | 0.93% | 0.77% | - |
| HSV(B) | 309.44º | 0.43% | 0.98% | - |
| XYZ | 64.46 | 46.09 | 83.34 | - |
| YUV | 185.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 234 | 0 | 0.43 | 0.07 | 0.02 | 309.44 | 0.93 | 0.77 |
| Hex | FB | 8F | EA | 0 | 2B | 7 | 2 | 135 | 5D | 4D |
| Octal | 373 | 217 | 352 | 0 | 53 | 7 | 2 | 465 | 135 | 115 |
| Binary | 11111011 | 10001111 | 11101010 | 0 | 101011 | 111 | 10 | 100110101 | 1011101 | 1001101 |
Color Harmonies of #FB8FEA
Complementary color
Monochromatic Colors of #FB8FEA
Black with #FB8FEA
Text Example
Text Example
White with #FB8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FEA; }
p { color: rgb(251,143,234); }
H1.HeaderClassName
{
color: #FB8FEA;
}
.AnyTagClassName
{
color: #FB8FEA;
}
</style>
background-color css
<style>
a { background-color: #FB8FEA; }
a { background-color: rgb(251,143,234); }
div.DivClassName
{
background-color: #FB8FEA;
}
.BgClassName
{
background-color: #FB8FEA;
}
</style>
border-color css
<style>
span { border-color: #FB8FEA; }
span { border-color: rgb(251,143,234); }
td.TdClassName
{
border-color: #FB8FEA;
}
.TagClassName
{
border-color: #FB8FEA;
}
</style>