Shades of Fuchsia Pink #FE86FF
Tints of Fuchsia Pink #FE86FF
RGB
CMYK
RGB Variations
Color information
#FE86FF (or 0xFE86FF) is known color: Fuchsia Pink. HEX triplet: FE, 86 and FF. RGB value is (254,134,255). Sum of RGB (Red+Green+Blue) = 254+134+255=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 134 (52.73% from 255 or 20.84% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE86FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE86FF is #017900. Grayscale: #B7B7B7. Windows color (decimal): -96513 or 16746238. OLE color: 16746238.
HSL color Cylindrical-coordinate representation of color #FE86FF: hue angle of 299.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE86FF is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 134 | 255 | - |
| CMYK | 0.00 | 0.47 | 0 | 0 |
| HSL | 299.5º | 1% | 0.76% | - |
| HSV(B) | 299.5º | 0.47% | 1% | - |
| XYZ | 67.45 | 45.34 | 99.8 | - |
| YUV | 183.67 | 168.26 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 255 | 0.00 | 0.47 | 0 | 0 | 299.5 | 1 | 0.76 |
| Hex | FE | 86 | FF | 0 | 2F | 0 | 0 | 12C | 64 | 4C |
| Octal | 376 | 206 | 377 | 0 | 57 | 0 | 0 | 454 | 144 | 114 |
| Binary | 11111110 | 10000110 | 11111111 | 0 | 101111 | 0 | 0 | 100101100 | 1100100 | 1001100 |
Color Harmonies of #FE86FF
Complementary color
Monochromatic Colors of #FE86FF
Black with #FE86FF
Text Example
Text Example
White with #FE86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86FF; }
p { color: rgb(254,134,255); }
H1.HeaderClassName
{
color: #FE86FF;
}
.AnyTagClassName
{
color: #FE86FF;
}
</style>
background-color css
<style>
a { background-color: #FE86FF; }
a { background-color: rgb(254,134,255); }
div.DivClassName
{
background-color: #FE86FF;
}
.BgClassName
{
background-color: #FE86FF;
}
</style>
border-color css
<style>
span { border-color: #FE86FF; }
span { border-color: rgb(254,134,255); }
td.TdClassName
{
border-color: #FE86FF;
}
.TagClassName
{
border-color: #FE86FF;
}
</style>