Shades of Pale Magenta #FB8BDA
Tints of Pale Magenta #FB8BDA
RGB
CMYK
RGB Variations
Color information
#FB8BDA (or 0xFB8BDA) is known color: Pale Magenta. HEX triplet: FB, 8B and DA. RGB value is (251,139,218). Sum of RGB (Red+Green+Blue) = 251+139+218=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BDA is #047425. Grayscale: #B5B5B5. Windows color (decimal): -291878 or 14322683. OLE color: 14322683.
HSL color Cylindrical-coordinate representation of color #FB8BDA: hue angle of 317.68º 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 #FB8BDA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 218 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.02 |
| HSL | 317.68º | 0.93% | 0.76% | - |
| HSV(B) | 317.68º | 0.45% | 0.98% | - |
| XYZ | 61.67 | 44.04 | 71.58 | - |
| YUV | 181.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 218 | 0 | 0.45 | 0.13 | 0.02 | 317.68 | 0.93 | 0.76 |
| Hex | FB | 8B | DA | 0 | 2D | D | 2 | 13E | 5D | 4C |
| Octal | 373 | 213 | 332 | 0 | 55 | 15 | 2 | 476 | 135 | 114 |
| Binary | 11111011 | 10001011 | 11011010 | 0 | 101101 | 1101 | 10 | 100111110 | 1011101 | 1001100 |
Color Harmonies of #FB8BDA
Complementary color
Monochromatic Colors of #FB8BDA
Black with #FB8BDA
Text Example
Text Example
White with #FB8BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8BDA; }
p { color: rgb(251,139,218); }
H1.HeaderClassName
{
color: #FB8BDA;
}
.AnyTagClassName
{
color: #FB8BDA;
}
</style>
background-color css
<style>
a { background-color: #FB8BDA; }
a { background-color: rgb(251,139,218); }
div.DivClassName
{
background-color: #FB8BDA;
}
.BgClassName
{
background-color: #FB8BDA;
}
</style>
border-color css
<style>
span { border-color: #FB8BDA; }
span { border-color: rgb(251,139,218); }
td.TdClassName
{
border-color: #FB8BDA;
}
.TagClassName
{
border-color: #FB8BDA;
}
</style>