Shades of Pale Magenta #FB6FDD
Tints of Pale Magenta #FB6FDD
RGB
CMYK
RGB Variations
Color information
#FB6FDD (or 0xFB6FDD) is known color: Pale Magenta. HEX triplet: FB, 6F and DD. RGB value is (251,111,221). Sum of RGB (Red+Green+Blue) = 251+111+221=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6FDD is #049022. Grayscale: #A5A5A5. Windows color (decimal): -299043 or 14512123. OLE color: 14512123.
HSL color Cylindrical-coordinate representation of color #FB6FDD: hue angle of 312.86º 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 #FB6FDD is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 221 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.02 |
| HSL | 312.86º | 0.95% | 0.71% | - |
| HSV(B) | 312.86º | 0.56% | 0.98% | - |
| XYZ | 58.52 | 37.1 | 72.48 | - |
| YUV | 165.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 221 | 0 | 0.56 | 0.12 | 0.02 | 312.86 | 0.95 | 0.71 |
| Hex | FB | 6F | DD | 0 | 38 | C | 2 | 139 | 5F | 47 |
| Octal | 373 | 157 | 335 | 0 | 70 | 14 | 2 | 471 | 137 | 107 |
| Binary | 11111011 | 1101111 | 11011101 | 0 | 111000 | 1100 | 10 | 100111001 | 1011111 | 1000111 |
Color Harmonies of #FB6FDD
Complementary color
Monochromatic Colors of #FB6FDD
Black with #FB6FDD
Text Example
Text Example
White with #FB6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6FDD; }
p { color: rgb(251,111,221); }
H1.HeaderClassName
{
color: #FB6FDD;
}
.AnyTagClassName
{
color: #FB6FDD;
}
</style>
background-color css
<style>
a { background-color: #FB6FDD; }
a { background-color: rgb(251,111,221); }
div.DivClassName
{
background-color: #FB6FDD;
}
.BgClassName
{
background-color: #FB6FDD;
}
</style>
border-color css
<style>
span { border-color: #FB6FDD; }
span { border-color: rgb(251,111,221); }
td.TdClassName
{
border-color: #FB6FDD;
}
.TagClassName
{
border-color: #FB6FDD;
}
</style>