Shades of Pale Magenta #FB7DE6
Tints of Pale Magenta #FB7DE6
RGB
CMYK
RGB Variations
Color information
#FB7DE6 (or 0xFB7DE6) is known color: Pale Magenta. HEX triplet: FB, 7D and E6. RGB value is (251,125,230). Sum of RGB (Red+Green+Blue) = 251+125+230=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 125 (49.22% from 255 or 20.63% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7DE6 is #048219. Grayscale: #AEAEAE. Windows color (decimal): -295450 or 15105531. OLE color: 15105531.
HSL color Cylindrical-coordinate representation of color #FB7DE6: hue angle of 310º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7DE6 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 230 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.02 |
| HSL | 310º | 0.94% | 0.74% | - |
| HSV(B) | 310º | 0.5% | 0.98% | - |
| XYZ | 61.4 | 40.89 | 79.52 | - |
| YUV | 174.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 230 | 0 | 0.50 | 0.08 | 0.02 | 310 | 0.94 | 0.74 |
| Hex | FB | 7D | E6 | 0 | 32 | 8 | 2 | 136 | 5E | 4A |
| Octal | 373 | 175 | 346 | 0 | 62 | 10 | 2 | 466 | 136 | 112 |
| Binary | 11111011 | 1111101 | 11100110 | 0 | 110010 | 1000 | 10 | 100110110 | 1011110 | 1001010 |
Color Harmonies of #FB7DE6
Complementary color
Monochromatic Colors of #FB7DE6
Black with #FB7DE6
Text Example
Text Example
White with #FB7DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7DE6; }
p { color: rgb(251,125,230); }
H1.HeaderClassName
{
color: #FB7DE6;
}
.AnyTagClassName
{
color: #FB7DE6;
}
</style>
background-color css
<style>
a { background-color: #FB7DE6; }
a { background-color: rgb(251,125,230); }
div.DivClassName
{
background-color: #FB7DE6;
}
.BgClassName
{
background-color: #FB7DE6;
}
</style>
border-color css
<style>
span { border-color: #FB7DE6; }
span { border-color: rgb(251,125,230); }
td.TdClassName
{
border-color: #FB7DE6;
}
.TagClassName
{
border-color: #FB7DE6;
}
</style>