Shades of Pale Magenta #FB6EE0
Tints of Pale Magenta #FB6EE0
RGB
CMYK
RGB Variations
Color information
#FB6EE0 (or 0xFB6EE0) is known color: Pale Magenta. HEX triplet: FB, 6E and E0. RGB value is (251,110,224). Sum of RGB (Red+Green+Blue) = 251+110+224=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6EE0 is #04911F. Grayscale: #A4A4A4. Windows color (decimal): -299296 or 14708475. OLE color: 14708475.
HSL color Cylindrical-coordinate representation of color #FB6EE0: hue angle of 311.49º 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 #FB6EE0 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 224 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.02 |
| HSL | 311.49º | 0.95% | 0.71% | - |
| HSV(B) | 311.49º | 0.56% | 0.98% | - |
| XYZ | 58.81 | 37.04 | 74.57 | - |
| YUV | 165.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 224 | 0 | 0.56 | 0.11 | 0.02 | 311.49 | 0.95 | 0.71 |
| Hex | FB | 6E | E0 | 0 | 38 | B | 2 | 137 | 5F | 47 |
| Octal | 373 | 156 | 340 | 0 | 70 | 13 | 2 | 467 | 137 | 107 |
| Binary | 11111011 | 1101110 | 11100000 | 0 | 111000 | 1011 | 10 | 100110111 | 1011111 | 1000111 |
Color Harmonies of #FB6EE0
Complementary color
Monochromatic Colors of #FB6EE0
Black with #FB6EE0
Text Example
Text Example
White with #FB6EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6EE0; }
p { color: rgb(251,110,224); }
H1.HeaderClassName
{
color: #FB6EE0;
}
.AnyTagClassName
{
color: #FB6EE0;
}
</style>
background-color css
<style>
a { background-color: #FB6EE0; }
a { background-color: rgb(251,110,224); }
div.DivClassName
{
background-color: #FB6EE0;
}
.BgClassName
{
background-color: #FB6EE0;
}
</style>
border-color css
<style>
span { border-color: #FB6EE0; }
span { border-color: rgb(251,110,224); }
td.TdClassName
{
border-color: #FB6EE0;
}
.TagClassName
{
border-color: #FB6EE0;
}
</style>