Shades of Pale Magenta #F886DB
Tints of Pale Magenta #F886DB
RGB
CMYK
RGB Variations
Color information
#F886DB (or 0xF886DB) is known color: Pale Magenta. HEX triplet: F8, 86 and DB. RGB value is (248,134,219). Sum of RGB (Red+Green+Blue) = 248+134+219=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F886DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F886DB is #077924. Grayscale: #B1B1B1. Windows color (decimal): -489765 or 14386936. OLE color: 14386936.
HSL color Cylindrical-coordinate representation of color #F886DB: hue angle of 315.26º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F886DB is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 219 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.03 |
| HSL | 315.26º | 0.89% | 0.75% | - |
| HSV(B) | 315.26º | 0.46% | 0.97% | - |
| XYZ | 60.02 | 42.12 | 71.98 | - |
| YUV | 177.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 219 | 0 | 0.46 | 0.12 | 0.03 | 315.26 | 0.89 | 0.75 |
| Hex | F8 | 86 | DB | 0 | 2E | C | 3 | 13B | 59 | 4B |
| Octal | 370 | 206 | 333 | 0 | 56 | 14 | 3 | 473 | 131 | 113 |
| Binary | 11111000 | 10000110 | 11011011 | 0 | 101110 | 1100 | 11 | 100111011 | 1011001 | 1001011 |
Color Harmonies of #F886DB
Complementary color
Monochromatic Colors of #F886DB
Black with #F886DB
Text Example
Text Example
White with #F886DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F886DB; }
p { color: rgb(248,134,219); }
H1.HeaderClassName
{
color: #F886DB;
}
.AnyTagClassName
{
color: #F886DB;
}
</style>
background-color css
<style>
a { background-color: #F886DB; }
a { background-color: rgb(248,134,219); }
div.DivClassName
{
background-color: #F886DB;
}
.BgClassName
{
background-color: #F886DB;
}
</style>
border-color css
<style>
span { border-color: #F886DB; }
span { border-color: rgb(248,134,219); }
td.TdClassName
{
border-color: #F886DB;
}
.TagClassName
{
border-color: #F886DB;
}
</style>