Shades of Pale Magenta #FB6DDD
Tints of Pale Magenta #FB6DDD
RGB
CMYK
RGB Variations
Color information
#FB6DDD (or 0xFB6DDD) is known color: Pale Magenta. HEX triplet: FB, 6D and DD. RGB value is (251,109,221). Sum of RGB (Red+Green+Blue) = 251+109+221=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DDD is #049222. Grayscale: #A3A3A3. Windows color (decimal): -299555 or 14511611. OLE color: 14511611.
HSL color Cylindrical-coordinate representation of color #FB6DDD: hue angle of 312.68º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6DDD is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 221 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.02 |
| HSL | 312.68º | 0.95% | 0.71% | - |
| HSV(B) | 312.68º | 0.57% | 0.98% | - |
| XYZ | 58.3 | 36.67 | 72.41 | - |
| YUV | 164.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 221 | 0 | 0.57 | 0.12 | 0.02 | 312.68 | 0.95 | 0.71 |
| Hex | FB | 6D | DD | 0 | 39 | C | 2 | 139 | 5F | 47 |
| Octal | 373 | 155 | 335 | 0 | 71 | 14 | 2 | 471 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11011101 | 0 | 111001 | 1100 | 10 | 100111001 | 1011111 | 1000111 |
Color Harmonies of #FB6DDD
Complementary color
Monochromatic Colors of #FB6DDD
Black with #FB6DDD
Text Example
Text Example
White with #FB6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DDD; }
p { color: rgb(251,109,221); }
H1.HeaderClassName
{
color: #FB6DDD;
}
.AnyTagClassName
{
color: #FB6DDD;
}
</style>
background-color css
<style>
a { background-color: #FB6DDD; }
a { background-color: rgb(251,109,221); }
div.DivClassName
{
background-color: #FB6DDD;
}
.BgClassName
{
background-color: #FB6DDD;
}
</style>
border-color css
<style>
span { border-color: #FB6DDD; }
span { border-color: rgb(251,109,221); }
td.TdClassName
{
border-color: #FB6DDD;
}
.TagClassName
{
border-color: #FB6DDD;
}
</style>