Shades of Pale Magenta #FB7FDD
Tints of Pale Magenta #FB7FDD
RGB
CMYK
RGB Variations
Color information
#FB7FDD (or 0xFB7FDD) is known color: Pale Magenta. HEX triplet: FB, 7F and DD. RGB value is (251,127,221). Sum of RGB (Red+Green+Blue) = 251+127+221=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FDD is #048022. Grayscale: #AEAEAE. Windows color (decimal): -294947 or 14516219. OLE color: 14516219.
HSL color Cylindrical-coordinate representation of color #FB7FDD: hue angle of 314.52º 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 #FB7FDD is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 221 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.02 |
| HSL | 314.52º | 0.94% | 0.74% | - |
| HSV(B) | 314.52º | 0.49% | 0.98% | - |
| XYZ | 60.42 | 40.91 | 73.12 | - |
| YUV | 174.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 221 | 0 | 0.49 | 0.12 | 0.02 | 314.52 | 0.94 | 0.74 |
| Hex | FB | 7F | DD | 0 | 31 | C | 2 | 13B | 5E | 4A |
| Octal | 373 | 177 | 335 | 0 | 61 | 14 | 2 | 473 | 136 | 112 |
| Binary | 11111011 | 1111111 | 11011101 | 0 | 110001 | 1100 | 10 | 100111011 | 1011110 | 1001010 |
Color Harmonies of #FB7FDD
Complementary color
Monochromatic Colors of #FB7FDD
Black with #FB7FDD
Text Example
Text Example
White with #FB7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7FDD; }
p { color: rgb(251,127,221); }
H1.HeaderClassName
{
color: #FB7FDD;
}
.AnyTagClassName
{
color: #FB7FDD;
}
</style>
background-color css
<style>
a { background-color: #FB7FDD; }
a { background-color: rgb(251,127,221); }
div.DivClassName
{
background-color: #FB7FDD;
}
.BgClassName
{
background-color: #FB7FDD;
}
</style>
border-color css
<style>
span { border-color: #FB7FDD; }
span { border-color: rgb(251,127,221); }
td.TdClassName
{
border-color: #FB7FDD;
}
.TagClassName
{
border-color: #FB7FDD;
}
</style>