Shades of Fuchsia Pink #FE8CFF
Tints of Fuchsia Pink #FE8CFF
RGB
CMYK
RGB Variations
Color information
#FE8CFF (or 0xFE8CFF) is known color: Fuchsia Pink. HEX triplet: FE, 8C and FF. RGB value is (254,140,255). Sum of RGB (Red+Green+Blue) = 254+140+255=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 140 (55.08% from 255 or 21.57% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CFF is #017300. Grayscale: #BABABA. Windows color (decimal): -94977 or 16747774. OLE color: 16747774.
HSL color Cylindrical-coordinate representation of color #FE8CFF: hue angle of 299.48º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CFF is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 140 | 255 | - |
| CMYK | 0.00 | 0.45 | 0 | 0 |
| HSL | 299.48º | 1% | 0.77% | - |
| HSV(B) | 299.48º | 0.45% | 1% | - |
| XYZ | 68.3 | 47.05 | 100.09 | - |
| YUV | 187.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 255 | 0.00 | 0.45 | 0 | 0 | 299.48 | 1 | 0.77 |
| Hex | FE | 8C | FF | 0 | 2D | 0 | 0 | 12B | 64 | 4D |
| Octal | 376 | 214 | 377 | 0 | 55 | 0 | 0 | 453 | 144 | 115 |
| Binary | 11111110 | 10001100 | 11111111 | 0 | 101101 | 0 | 0 | 100101011 | 1100100 | 1001101 |
Color Harmonies of #FE8CFF
Complementary color
Monochromatic Colors of #FE8CFF
Black with #FE8CFF
Text Example
Text Example
White with #FE8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CFF; }
p { color: rgb(254,140,255); }
H1.HeaderClassName
{
color: #FE8CFF;
}
.AnyTagClassName
{
color: #FE8CFF;
}
</style>
background-color css
<style>
a { background-color: #FE8CFF; }
a { background-color: rgb(254,140,255); }
div.DivClassName
{
background-color: #FE8CFF;
}
.BgClassName
{
background-color: #FE8CFF;
}
</style>
border-color css
<style>
span { border-color: #FE8CFF; }
span { border-color: rgb(254,140,255); }
td.TdClassName
{
border-color: #FE8CFF;
}
.TagClassName
{
border-color: #FE8CFF;
}
</style>