Shades of Fuchsia Pink #FE8EFF
Tints of Fuchsia Pink #FE8EFF
RGB
CMYK
RGB Variations
Color information
#FE8EFF (or 0xFE8EFF) is known color: Fuchsia Pink. HEX triplet: FE, 8E and FF. RGB value is (254,142,255). Sum of RGB (Red+Green+Blue) = 254+142+255=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 142 (55.86% from 255 or 21.81% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE8EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8EFF is #017100. Grayscale: #BCBCBC. Windows color (decimal): -94465 or 16748286. OLE color: 16748286.
HSL color Cylindrical-coordinate representation of color #FE8EFF: hue angle of 299.47º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8EFF is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 142 | 255 | - |
| CMYK | 0.00 | 0.44 | 0 | 0 |
| HSL | 299.47º | 1% | 0.78% | - |
| HSV(B) | 299.47º | 0.44% | 1% | - |
| XYZ | 68.6 | 47.64 | 100.19 | - |
| YUV | 188.37 | 165.61 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 255 | 0.00 | 0.44 | 0 | 0 | 299.47 | 1 | 0.78 |
| Hex | FE | 8E | FF | 0 | 2C | 0 | 0 | 12B | 64 | 4E |
| Octal | 376 | 216 | 377 | 0 | 54 | 0 | 0 | 453 | 144 | 116 |
| Binary | 11111110 | 10001110 | 11111111 | 0 | 101100 | 0 | 0 | 100101011 | 1100100 | 1001110 |
Color Harmonies of #FE8EFF
Complementary color
Monochromatic Colors of #FE8EFF
Black with #FE8EFF
Text Example
Text Example
White with #FE8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8EFF; }
p { color: rgb(254,142,255); }
H1.HeaderClassName
{
color: #FE8EFF;
}
.AnyTagClassName
{
color: #FE8EFF;
}
</style>
background-color css
<style>
a { background-color: #FE8EFF; }
a { background-color: rgb(254,142,255); }
div.DivClassName
{
background-color: #FE8EFF;
}
.BgClassName
{
background-color: #FE8EFF;
}
</style>
border-color css
<style>
span { border-color: #FE8EFF; }
span { border-color: rgb(254,142,255); }
td.TdClassName
{
border-color: #FE8EFF;
}
.TagClassName
{
border-color: #FE8EFF;
}
</style>