Shades of Pale Magenta #FB6EE8
Tints of Pale Magenta #FB6EE8
RGB
CMYK
RGB Variations
Color information
#FB6EE8 (or 0xFB6EE8) is known color: Pale Magenta. HEX triplet: FB, 6E and E8. RGB value is (251,110,232). Sum of RGB (Red+Green+Blue) = 251+110+232=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 110 (43.36% from 255 or 18.55% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6EE8 is #049117. Grayscale: #A5A5A5. Windows color (decimal): -299288 or 15232763. OLE color: 15232763.
HSL color Cylindrical-coordinate representation of color #FB6EE8: hue angle of 308.09º 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 #FB6EE8 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 232 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.02 |
| HSL | 308.09º | 0.95% | 0.71% | - |
| HSV(B) | 308.09º | 0.56% | 0.98% | - |
| XYZ | 59.93 | 37.49 | 80.42 | - |
| YUV | 166.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 232 | 0 | 0.56 | 0.08 | 0.02 | 308.09 | 0.95 | 0.71 |
| Hex | FB | 6E | E8 | 0 | 38 | 8 | 2 | 134 | 5F | 47 |
| Octal | 373 | 156 | 350 | 0 | 70 | 10 | 2 | 464 | 137 | 107 |
| Binary | 11111011 | 1101110 | 11101000 | 0 | 111000 | 1000 | 10 | 100110100 | 1011111 | 1000111 |
Color Harmonies of #FB6EE8
Complementary color
Monochromatic Colors of #FB6EE8
Black with #FB6EE8
Text Example
Text Example
White with #FB6EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6EE8; }
p { color: rgb(251,110,232); }
H1.HeaderClassName
{
color: #FB6EE8;
}
.AnyTagClassName
{
color: #FB6EE8;
}
</style>
background-color css
<style>
a { background-color: #FB6EE8; }
a { background-color: rgb(251,110,232); }
div.DivClassName
{
background-color: #FB6EE8;
}
.BgClassName
{
background-color: #FB6EE8;
}
</style>
border-color css
<style>
span { border-color: #FB6EE8; }
span { border-color: rgb(251,110,232); }
td.TdClassName
{
border-color: #FB6EE8;
}
.TagClassName
{
border-color: #FB6EE8;
}
</style>