Shades of Pale Magenta #FB6FDB
Tints of Pale Magenta #FB6FDB
RGB
CMYK
RGB Variations
Color information
#FB6FDB (or 0xFB6FDB) is known color: Pale Magenta. HEX triplet: FB, 6F and DB. RGB value is (251,111,219). Sum of RGB (Red+Green+Blue) = 251+111+219=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6FDB is #049024. Grayscale: #A4A4A4. Windows color (decimal): -299045 or 14381051. OLE color: 14381051.
HSL color Cylindrical-coordinate representation of color #FB6FDB: hue angle of 313.71º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6FDB is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 219 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.02 |
| HSL | 313.71º | 0.95% | 0.71% | - |
| HSV(B) | 313.71º | 0.56% | 0.98% | - |
| XYZ | 58.25 | 36.99 | 71.09 | - |
| YUV | 165.17 | 158.38 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 219 | 0 | 0.56 | 0.13 | 0.02 | 313.71 | 0.95 | 0.71 |
| Hex | FB | 6F | DB | 0 | 38 | D | 2 | 13A | 5F | 47 |
| Octal | 373 | 157 | 333 | 0 | 70 | 15 | 2 | 472 | 137 | 107 |
| Binary | 11111011 | 1101111 | 11011011 | 0 | 111000 | 1101 | 10 | 100111010 | 1011111 | 1000111 |
Color Harmonies of #FB6FDB
Complementary color
Monochromatic Colors of #FB6FDB
Black with #FB6FDB
Text Example
Text Example
White with #FB6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6FDB; }
p { color: rgb(251,111,219); }
H1.HeaderClassName
{
color: #FB6FDB;
}
.AnyTagClassName
{
color: #FB6FDB;
}
</style>
background-color css
<style>
a { background-color: #FB6FDB; }
a { background-color: rgb(251,111,219); }
div.DivClassName
{
background-color: #FB6FDB;
}
.BgClassName
{
background-color: #FB6FDB;
}
</style>
border-color css
<style>
span { border-color: #FB6FDB; }
span { border-color: rgb(251,111,219); }
td.TdClassName
{
border-color: #FB6FDB;
}
.TagClassName
{
border-color: #FB6FDB;
}
</style>