Shades of Pale Magenta #FB7CDA
Tints of Pale Magenta #FB7CDA
RGB
CMYK
RGB Variations
Color information
#FB7CDA (or 0xFB7CDA) is known color: Pale Magenta. HEX triplet: FB, 7C and DA. RGB value is (251,124,218). Sum of RGB (Red+Green+Blue) = 251+124+218=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CDA is #048325. Grayscale: #ACACAC. Windows color (decimal): -295718 or 14318843. OLE color: 14318843.
HSL color Cylindrical-coordinate representation of color #FB7CDA: hue angle of 315.59º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7CDA is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 218 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.02 |
| HSL | 315.59º | 0.94% | 0.74% | - |
| HSV(B) | 315.59º | 0.51% | 0.98% | - |
| XYZ | 59.65 | 39.99 | 70.9 | - |
| YUV | 172.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 218 | 0 | 0.51 | 0.13 | 0.02 | 315.59 | 0.94 | 0.74 |
| Hex | FB | 7C | DA | 0 | 33 | D | 2 | 13C | 5E | 4A |
| Octal | 373 | 174 | 332 | 0 | 63 | 15 | 2 | 474 | 136 | 112 |
| Binary | 11111011 | 1111100 | 11011010 | 0 | 110011 | 1101 | 10 | 100111100 | 1011110 | 1001010 |
Color Harmonies of #FB7CDA
Complementary color
Monochromatic Colors of #FB7CDA
Black with #FB7CDA
Text Example
Text Example
White with #FB7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CDA; }
p { color: rgb(251,124,218); }
H1.HeaderClassName
{
color: #FB7CDA;
}
.AnyTagClassName
{
color: #FB7CDA;
}
</style>
background-color css
<style>
a { background-color: #FB7CDA; }
a { background-color: rgb(251,124,218); }
div.DivClassName
{
background-color: #FB7CDA;
}
.BgClassName
{
background-color: #FB7CDA;
}
</style>
border-color css
<style>
span { border-color: #FB7CDA; }
span { border-color: rgb(251,124,218); }
td.TdClassName
{
border-color: #FB7CDA;
}
.TagClassName
{
border-color: #FB7CDA;
}
</style>