Shades of Fuchsia Pink #FE8EFC
Tints of Fuchsia Pink #FE8EFC
RGB
CMYK
RGB Variations
Color information
#FE8EFC (or 0xFE8EFC) is known color: Fuchsia Pink. HEX triplet: FE, 8E and FC. RGB value is (254,142,252). Sum of RGB (Red+Green+Blue) = 254+142+252=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 142 (55.86% from 255 or 21.91% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8EFC is #017103. Grayscale: #BBBBBB. Windows color (decimal): -94468 or 16551678. OLE color: 16551678.
HSL color Cylindrical-coordinate representation of color #FE8EFC: hue angle of 301.07º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8EFC is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 252 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.00 |
| HSL | 301.07º | 0.98% | 0.78% | - |
| HSV(B) | 301.07º | 0.44% | 1% | - |
| XYZ | 68.12 | 47.45 | 97.66 | - |
| YUV | 188.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 252 | 0 | 0.44 | 0.01 | 0.00 | 301.07 | 0.98 | 0.78 |
| Hex | FE | 8E | FC | 0 | 2C | 1 | 0 | 12D | 62 | 4E |
| Octal | 376 | 216 | 374 | 0 | 54 | 1 | 0 | 455 | 142 | 116 |
| Binary | 11111110 | 10001110 | 11111100 | 0 | 101100 | 1 | 0 | 100101101 | 1100010 | 1001110 |
Color Harmonies of #FE8EFC
Complementary color
Monochromatic Colors of #FE8EFC
Black with #FE8EFC
Text Example
Text Example
White with #FE8EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8EFC; }
p { color: rgb(254,142,252); }
H1.HeaderClassName
{
color: #FE8EFC;
}
.AnyTagClassName
{
color: #FE8EFC;
}
</style>
background-color css
<style>
a { background-color: #FE8EFC; }
a { background-color: rgb(254,142,252); }
div.DivClassName
{
background-color: #FE8EFC;
}
.BgClassName
{
background-color: #FE8EFC;
}
</style>
border-color css
<style>
span { border-color: #FE8EFC; }
span { border-color: rgb(254,142,252); }
td.TdClassName
{
border-color: #FE8EFC;
}
.TagClassName
{
border-color: #FE8EFC;
}
</style>