Shades of Pale Magenta #FC8ADB
Tints of Pale Magenta #FC8ADB
RGB
CMYK
RGB Variations
Color information
#FC8ADB (or 0xFC8ADB) is known color: Pale Magenta. HEX triplet: FC, 8A and DB. RGB value is (252,138,219). Sum of RGB (Red+Green+Blue) = 252+138+219=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ADB is #037524. Grayscale: #B5B5B5. Windows color (decimal): -226597 or 14387964. OLE color: 14387964.
HSL color Cylindrical-coordinate representation of color #FC8ADB: hue angle of 317.37º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8ADB is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 219 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.01 |
| HSL | 317.37º | 0.95% | 0.76% | - |
| HSV(B) | 317.37º | 0.45% | 0.99% | - |
| XYZ | 62.02 | 43.99 | 72.24 | - |
| YUV | 181.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 219 | 0 | 0.45 | 0.13 | 0.01 | 317.37 | 0.95 | 0.76 |
| Hex | FC | 8A | DB | 0 | 2D | D | 1 | 13D | 5F | 4C |
| Octal | 374 | 212 | 333 | 0 | 55 | 15 | 1 | 475 | 137 | 114 |
| Binary | 11111100 | 10001010 | 11011011 | 0 | 101101 | 1101 | 1 | 100111101 | 1011111 | 1001100 |
Color Harmonies of #FC8ADB
Complementary color
Monochromatic Colors of #FC8ADB
Black with #FC8ADB
Text Example
Text Example
White with #FC8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8ADB; }
p { color: rgb(252,138,219); }
H1.HeaderClassName
{
color: #FC8ADB;
}
.AnyTagClassName
{
color: #FC8ADB;
}
</style>
background-color css
<style>
a { background-color: #FC8ADB; }
a { background-color: rgb(252,138,219); }
div.DivClassName
{
background-color: #FC8ADB;
}
.BgClassName
{
background-color: #FC8ADB;
}
</style>
border-color css
<style>
span { border-color: #FC8ADB; }
span { border-color: rgb(252,138,219); }
td.TdClassName
{
border-color: #FC8ADB;
}
.TagClassName
{
border-color: #FC8ADB;
}
</style>