Shades of Fuchsia Pink #FE8DFF
Tints of Fuchsia Pink #FE8DFF
RGB
CMYK
RGB Variations
Color information
#FE8DFF (or 0xFE8DFF) is known color: Fuchsia Pink. HEX triplet: FE, 8D and FF. RGB value is (254,141,255). Sum of RGB (Red+Green+Blue) = 254+141+255=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 141 (55.47% from 255 or 21.69% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE8DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DFF is #017200. Grayscale: #BBBBBB. Windows color (decimal): -94721 or 16748030. OLE color: 16748030.
HSL color Cylindrical-coordinate representation of color #FE8DFF: hue angle of 299.47º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8DFF is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 141 | 255 | - |
| CMYK | 0.00 | 0.45 | 0 | 0 |
| HSL | 299.47º | 1% | 0.78% | - |
| HSV(B) | 299.47º | 0.45% | 1% | - |
| XYZ | 68.45 | 47.34 | 100.14 | - |
| YUV | 187.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 255 | 0.00 | 0.45 | 0 | 0 | 299.47 | 1 | 0.78 |
| Hex | FE | 8D | FF | 0 | 2D | 0 | 0 | 12B | 64 | 4E |
| Octal | 376 | 215 | 377 | 0 | 55 | 0 | 0 | 453 | 144 | 116 |
| Binary | 11111110 | 10001101 | 11111111 | 0 | 101101 | 0 | 0 | 100101011 | 1100100 | 1001110 |
Color Harmonies of #FE8DFF
Complementary color
Monochromatic Colors of #FE8DFF
Black with #FE8DFF
Text Example
Text Example
White with #FE8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DFF; }
p { color: rgb(254,141,255); }
H1.HeaderClassName
{
color: #FE8DFF;
}
.AnyTagClassName
{
color: #FE8DFF;
}
</style>
background-color css
<style>
a { background-color: #FE8DFF; }
a { background-color: rgb(254,141,255); }
div.DivClassName
{
background-color: #FE8DFF;
}
.BgClassName
{
background-color: #FE8DFF;
}
</style>
border-color css
<style>
span { border-color: #FE8DFF; }
span { border-color: rgb(254,141,255); }
td.TdClassName
{
border-color: #FE8DFF;
}
.TagClassName
{
border-color: #FE8DFF;
}
</style>