Shades of Pale Magenta #FB7FE8
Tints of Pale Magenta #FB7FE8
RGB
CMYK
RGB Variations
Color information
#FB7FE8 (or 0xFB7FE8) is known color: Pale Magenta. HEX triplet: FB, 7F and E8. RGB value is (251,127,232). Sum of RGB (Red+Green+Blue) = 251+127+232=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 127 (50% from 255 or 20.82% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7FE8 is #048017. Grayscale: #AFAFAF. Windows color (decimal): -294936 or 15237115. OLE color: 15237115.
HSL color Cylindrical-coordinate representation of color #FB7FE8: hue angle of 309.19º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB7FE8 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 232 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.02 |
| HSL | 309.19º | 0.94% | 0.74% | - |
| HSV(B) | 309.19º | 0.49% | 0.98% | - |
| XYZ | 61.94 | 41.51 | 81.09 | - |
| YUV | 176.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 232 | 0 | 0.49 | 0.08 | 0.02 | 309.19 | 0.94 | 0.74 |
| Hex | FB | 7F | E8 | 0 | 31 | 8 | 2 | 135 | 5E | 4A |
| Octal | 373 | 177 | 350 | 0 | 61 | 10 | 2 | 465 | 136 | 112 |
| Binary | 11111011 | 1111111 | 11101000 | 0 | 110001 | 1000 | 10 | 100110101 | 1011110 | 1001010 |
Color Harmonies of #FB7FE8
Complementary color
Monochromatic Colors of #FB7FE8
Black with #FB7FE8
Text Example
Text Example
White with #FB7FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7FE8; }
p { color: rgb(251,127,232); }
H1.HeaderClassName
{
color: #FB7FE8;
}
.AnyTagClassName
{
color: #FB7FE8;
}
</style>
background-color css
<style>
a { background-color: #FB7FE8; }
a { background-color: rgb(251,127,232); }
div.DivClassName
{
background-color: #FB7FE8;
}
.BgClassName
{
background-color: #FB7FE8;
}
</style>
border-color css
<style>
span { border-color: #FB7FE8; }
span { border-color: rgb(251,127,232); }
td.TdClassName
{
border-color: #FB7FE8;
}
.TagClassName
{
border-color: #FB7FE8;
}
</style>