Shades of Pale Magenta #FB8ADE
Tints of Pale Magenta #FB8ADE
RGB
CMYK
RGB Variations
Color information
#FB8ADE (or 0xFB8ADE) is known color: Pale Magenta. HEX triplet: FB, 8A and DE. RGB value is (251,138,222). Sum of RGB (Red+Green+Blue) = 251+138+222=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ADE is #047521. Grayscale: #B5B5B5. Windows color (decimal): -292130 or 14584571. OLE color: 14584571.
HSL color Cylindrical-coordinate representation of color #FB8ADE: hue angle of 315.4º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8ADE is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 222 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.02 |
| HSL | 315.4º | 0.93% | 0.76% | - |
| HSV(B) | 315.4º | 0.45% | 0.98% | - |
| XYZ | 62.06 | 43.96 | 74.32 | - |
| YUV | 181.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 222 | 0 | 0.45 | 0.12 | 0.02 | 315.4 | 0.93 | 0.76 |
| Hex | FB | 8A | DE | 0 | 2D | C | 2 | 13B | 5D | 4C |
| Octal | 373 | 212 | 336 | 0 | 55 | 14 | 2 | 473 | 135 | 114 |
| Binary | 11111011 | 10001010 | 11011110 | 0 | 101101 | 1100 | 10 | 100111011 | 1011101 | 1001100 |
Color Harmonies of #FB8ADE
Complementary color
Monochromatic Colors of #FB8ADE
Black with #FB8ADE
Text Example
Text Example
White with #FB8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8ADE; }
p { color: rgb(251,138,222); }
H1.HeaderClassName
{
color: #FB8ADE;
}
.AnyTagClassName
{
color: #FB8ADE;
}
</style>
background-color css
<style>
a { background-color: #FB8ADE; }
a { background-color: rgb(251,138,222); }
div.DivClassName
{
background-color: #FB8ADE;
}
.BgClassName
{
background-color: #FB8ADE;
}
</style>
border-color css
<style>
span { border-color: #FB8ADE; }
span { border-color: rgb(251,138,222); }
td.TdClassName
{
border-color: #FB8ADE;
}
.TagClassName
{
border-color: #FB8ADE;
}
</style>