Shades of Pale Magenta #FB8CDA
Tints of Pale Magenta #FB8CDA
RGB
CMYK
RGB Variations
Color information
#FB8CDA (or 0xFB8CDA) is known color: Pale Magenta. HEX triplet: FB, 8C and DA. RGB value is (251,140,218). Sum of RGB (Red+Green+Blue) = 251+140+218=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 140 (55.08% from 255 or 22.99% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CDA is #047325. Grayscale: #B5B5B5. Windows color (decimal): -291622 or 14322939. OLE color: 14322939.
HSL color Cylindrical-coordinate representation of color #FB8CDA: hue angle of 317.84º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8CDA is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 218 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.02 |
| HSL | 317.84º | 0.93% | 0.77% | - |
| HSV(B) | 317.84º | 0.44% | 0.98% | - |
| XYZ | 61.82 | 44.33 | 71.63 | - |
| YUV | 182.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 218 | 0 | 0.44 | 0.13 | 0.02 | 317.84 | 0.93 | 0.77 |
| Hex | FB | 8C | DA | 0 | 2C | D | 2 | 13E | 5D | 4D |
| Octal | 373 | 214 | 332 | 0 | 54 | 15 | 2 | 476 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11011010 | 0 | 101100 | 1101 | 10 | 100111110 | 1011101 | 1001101 |
Color Harmonies of #FB8CDA
Complementary color
Monochromatic Colors of #FB8CDA
Black with #FB8CDA
Text Example
Text Example
White with #FB8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CDA; }
p { color: rgb(251,140,218); }
H1.HeaderClassName
{
color: #FB8CDA;
}
.AnyTagClassName
{
color: #FB8CDA;
}
</style>
background-color css
<style>
a { background-color: #FB8CDA; }
a { background-color: rgb(251,140,218); }
div.DivClassName
{
background-color: #FB8CDA;
}
.BgClassName
{
background-color: #FB8CDA;
}
</style>
border-color css
<style>
span { border-color: #FB8CDA; }
span { border-color: rgb(251,140,218); }
td.TdClassName
{
border-color: #FB8CDA;
}
.TagClassName
{
border-color: #FB8CDA;
}
</style>