Shades of Pale Magenta #FB6DE2
Tints of Pale Magenta #FB6DE2
RGB
CMYK
RGB Variations
Color information
#FB6DE2 (or 0xFB6DE2) is known color: Pale Magenta. HEX triplet: FB, 6D and E2. RGB value is (251,109,226). Sum of RGB (Red+Green+Blue) = 251+109+226=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 109 (42.97% from 255 or 18.60% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DE2 is #04921D. Grayscale: #A4A4A4. Windows color (decimal): -299550 or 14839291. OLE color: 14839291.
HSL color Cylindrical-coordinate representation of color #FB6DE2: hue angle of 310.56º 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 #FB6DE2 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 226 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.02 |
| HSL | 310.56º | 0.95% | 0.71% | - |
| HSV(B) | 310.56º | 0.57% | 0.98% | - |
| XYZ | 58.98 | 36.94 | 75.97 | - |
| YUV | 164.8 | 162.54 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 226 | 0 | 0.57 | 0.10 | 0.02 | 310.56 | 0.95 | 0.71 |
| Hex | FB | 6D | E2 | 0 | 39 | A | 2 | 137 | 5F | 47 |
| Octal | 373 | 155 | 342 | 0 | 71 | 12 | 2 | 467 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11100010 | 0 | 111001 | 1010 | 10 | 100110111 | 1011111 | 1000111 |
Color Harmonies of #FB6DE2
Complementary color
Monochromatic Colors of #FB6DE2
Black with #FB6DE2
Text Example
Text Example
White with #FB6DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DE2; }
p { color: rgb(251,109,226); }
H1.HeaderClassName
{
color: #FB6DE2;
}
.AnyTagClassName
{
color: #FB6DE2;
}
</style>
background-color css
<style>
a { background-color: #FB6DE2; }
a { background-color: rgb(251,109,226); }
div.DivClassName
{
background-color: #FB6DE2;
}
.BgClassName
{
background-color: #FB6DE2;
}
</style>
border-color css
<style>
span { border-color: #FB6DE2; }
span { border-color: rgb(251,109,226); }
td.TdClassName
{
border-color: #FB6DE2;
}
.TagClassName
{
border-color: #FB6DE2;
}
</style>