Shades of Pale Magenta #FB8CDD
Tints of Pale Magenta #FB8CDD
RGB
CMYK
RGB Variations
Color information
#FB8CDD (or 0xFB8CDD) is known color: Pale Magenta. HEX triplet: FB, 8C and DD. RGB value is (251,140,221). Sum of RGB (Red+Green+Blue) = 251+140+221=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CDD is #047322. Grayscale: #B6B6B6. Windows color (decimal): -291619 or 14519547. OLE color: 14519547.
HSL color Cylindrical-coordinate representation of color #FB8CDD: hue angle of 316.22º 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 #FB8CDD is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 221 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.02 |
| HSL | 316.22º | 0.93% | 0.77% | - |
| HSV(B) | 316.22º | 0.44% | 0.98% | - |
| XYZ | 62.21 | 44.49 | 73.71 | - |
| YUV | 182.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 221 | 0 | 0.44 | 0.12 | 0.02 | 316.22 | 0.93 | 0.77 |
| Hex | FB | 8C | DD | 0 | 2C | C | 2 | 13C | 5D | 4D |
| Octal | 373 | 214 | 335 | 0 | 54 | 14 | 2 | 474 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11011101 | 0 | 101100 | 1100 | 10 | 100111100 | 1011101 | 1001101 |
Color Harmonies of #FB8CDD
Complementary color
Monochromatic Colors of #FB8CDD
Black with #FB8CDD
Text Example
Text Example
White with #FB8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CDD; }
p { color: rgb(251,140,221); }
H1.HeaderClassName
{
color: #FB8CDD;
}
.AnyTagClassName
{
color: #FB8CDD;
}
</style>
background-color css
<style>
a { background-color: #FB8CDD; }
a { background-color: rgb(251,140,221); }
div.DivClassName
{
background-color: #FB8CDD;
}
.BgClassName
{
background-color: #FB8CDD;
}
</style>
border-color css
<style>
span { border-color: #FB8CDD; }
span { border-color: rgb(251,140,221); }
td.TdClassName
{
border-color: #FB8CDD;
}
.TagClassName
{
border-color: #FB8CDD;
}
</style>