Shades of Pale Magenta #FB8FF2
Tints of Pale Magenta #FB8FF2
RGB
CMYK
RGB Variations
Color information
#FB8FF2 (or 0xFB8FF2) is known color: Pale Magenta. HEX triplet: FB, 8F and F2. RGB value is (251,143,242). Sum of RGB (Red+Green+Blue) = 251+143+242=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 143 (56.25% from 255 or 22.48% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8FF2 is #04700D. Grayscale: #BABABA. Windows color (decimal): -290830 or 15896571. OLE color: 15896571.
HSL color Cylindrical-coordinate representation of color #FB8FF2: hue angle of 305º 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 #FB8FF2 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 242 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.02 |
| HSL | 305º | 0.93% | 0.77% | - |
| HSV(B) | 305º | 0.43% | 0.98% | - |
| XYZ | 65.63 | 46.56 | 89.53 | - |
| YUV | 186.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 242 | 0 | 0.43 | 0.04 | 0.02 | 305 | 0.93 | 0.77 |
| Hex | FB | 8F | F2 | 0 | 2B | 4 | 2 | 131 | 5D | 4D |
| Octal | 373 | 217 | 362 | 0 | 53 | 4 | 2 | 461 | 135 | 115 |
| Binary | 11111011 | 10001111 | 11110010 | 0 | 101011 | 100 | 10 | 100110001 | 1011101 | 1001101 |
Color Harmonies of #FB8FF2
Complementary color
Monochromatic Colors of #FB8FF2
Black with #FB8FF2
Text Example
Text Example
White with #FB8FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FF2; }
p { color: rgb(251,143,242); }
H1.HeaderClassName
{
color: #FB8FF2;
}
.AnyTagClassName
{
color: #FB8FF2;
}
</style>
background-color css
<style>
a { background-color: #FB8FF2; }
a { background-color: rgb(251,143,242); }
div.DivClassName
{
background-color: #FB8FF2;
}
.BgClassName
{
background-color: #FB8FF2;
}
</style>
border-color css
<style>
span { border-color: #FB8FF2; }
span { border-color: rgb(251,143,242); }
td.TdClassName
{
border-color: #FB8FF2;
}
.TagClassName
{
border-color: #FB8FF2;
}
</style>