Shades of Pale Magenta #FB8FDA
Tints of Pale Magenta #FB8FDA
RGB
CMYK
RGB Variations
Color information
#FB8FDA (or 0xFB8FDA) is known color: Pale Magenta. HEX triplet: FB, 8F and DA. RGB value is (251,143,218). Sum of RGB (Red+Green+Blue) = 251+143+218=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 143 (56.25% from 255 or 23.37% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FDA is #047025. Grayscale: #B7B7B7. Windows color (decimal): -290854 or 14323707. OLE color: 14323707.
HSL color Cylindrical-coordinate representation of color #FB8FDA: hue angle of 318.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8FDA is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 218 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.02 |
| HSL | 318.33º | 0.93% | 0.77% | - |
| HSV(B) | 318.33º | 0.43% | 0.98% | - |
| XYZ | 62.26 | 45.22 | 71.78 | - |
| YUV | 183.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 218 | 0 | 0.43 | 0.13 | 0.02 | 318.33 | 0.93 | 0.77 |
| Hex | FB | 8F | DA | 0 | 2B | D | 2 | 13E | 5D | 4D |
| Octal | 373 | 217 | 332 | 0 | 53 | 15 | 2 | 476 | 135 | 115 |
| Binary | 11111011 | 10001111 | 11011010 | 0 | 101011 | 1101 | 10 | 100111110 | 1011101 | 1001101 |
Color Harmonies of #FB8FDA
Complementary color
Monochromatic Colors of #FB8FDA
Black with #FB8FDA
Text Example
Text Example
White with #FB8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FDA; }
p { color: rgb(251,143,218); }
H1.HeaderClassName
{
color: #FB8FDA;
}
.AnyTagClassName
{
color: #FB8FDA;
}
</style>
background-color css
<style>
a { background-color: #FB8FDA; }
a { background-color: rgb(251,143,218); }
div.DivClassName
{
background-color: #FB8FDA;
}
.BgClassName
{
background-color: #FB8FDA;
}
</style>
border-color css
<style>
span { border-color: #FB8FDA; }
span { border-color: rgb(251,143,218); }
td.TdClassName
{
border-color: #FB8FDA;
}
.TagClassName
{
border-color: #FB8FDA;
}
</style>