Shades of Fuchsia Pink #FE8DFC
Tints of Fuchsia Pink #FE8DFC
RGB
CMYK
RGB Variations
Color information
#FE8DFC (or 0xFE8DFC) is known color: Fuchsia Pink. HEX triplet: FE, 8D and FC. RGB value is (254,141,252). Sum of RGB (Red+Green+Blue) = 254+141+252=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 141 (55.47% from 255 or 21.79% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DFC is #017203. Grayscale: #BBBBBB. Windows color (decimal): -94724 or 16551422. OLE color: 16551422.
HSL color Cylindrical-coordinate representation of color #FE8DFC: hue angle of 301.06º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DFC is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 252 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.00 |
| HSL | 301.06º | 0.98% | 0.77% | - |
| HSV(B) | 301.06º | 0.44% | 1% | - |
| XYZ | 67.97 | 47.15 | 97.61 | - |
| YUV | 187.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 252 | 0 | 0.44 | 0.01 | 0.00 | 301.06 | 0.98 | 0.77 |
| Hex | FE | 8D | FC | 0 | 2C | 1 | 0 | 12D | 62 | 4D |
| Octal | 376 | 215 | 374 | 0 | 54 | 1 | 0 | 455 | 142 | 115 |
| Binary | 11111110 | 10001101 | 11111100 | 0 | 101100 | 1 | 0 | 100101101 | 1100010 | 1001101 |
Color Harmonies of #FE8DFC
Complementary color
Monochromatic Colors of #FE8DFC
Black with #FE8DFC
Text Example
Text Example
White with #FE8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DFC; }
p { color: rgb(254,141,252); }
H1.HeaderClassName
{
color: #FE8DFC;
}
.AnyTagClassName
{
color: #FE8DFC;
}
</style>
background-color css
<style>
a { background-color: #FE8DFC; }
a { background-color: rgb(254,141,252); }
div.DivClassName
{
background-color: #FE8DFC;
}
.BgClassName
{
background-color: #FE8DFC;
}
</style>
border-color css
<style>
span { border-color: #FE8DFC; }
span { border-color: rgb(254,141,252); }
td.TdClassName
{
border-color: #FE8DFC;
}
.TagClassName
{
border-color: #FE8DFC;
}
</style>