Shades of Fuchsia Pink #FE8CFD
Tints of Fuchsia Pink #FE8CFD
RGB
CMYK
RGB Variations
Color information
#FE8CFD (or 0xFE8CFD) is known color: Fuchsia Pink. HEX triplet: FE, 8C and FD. RGB value is (254,140,253). Sum of RGB (Red+Green+Blue) = 254+140+253=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 140 (55.08% from 255 or 21.64% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CFD is #017302. Grayscale: #BABABA. Windows color (decimal): -94979 or 16616702. OLE color: 16616702.
HSL color Cylindrical-coordinate representation of color #FE8CFD: hue angle of 300.53º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CFD is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 253 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.00 |
| HSL | 300.53º | 0.98% | 0.77% | - |
| HSV(B) | 300.53º | 0.45% | 1% | - |
| XYZ | 67.98 | 46.92 | 98.4 | - |
| YUV | 186.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 253 | 0 | 0.45 | 0.00 | 0.00 | 300.53 | 0.98 | 0.77 |
| Hex | FE | 8C | FD | 0 | 2D | 0 | 0 | 12D | 62 | 4D |
| Octal | 376 | 214 | 375 | 0 | 55 | 0 | 0 | 455 | 142 | 115 |
| Binary | 11111110 | 10001100 | 11111101 | 0 | 101101 | 0 | 0 | 100101101 | 1100010 | 1001101 |
Color Harmonies of #FE8CFD
Complementary color
Monochromatic Colors of #FE8CFD
Black with #FE8CFD
Text Example
Text Example
White with #FE8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CFD; }
p { color: rgb(254,140,253); }
H1.HeaderClassName
{
color: #FE8CFD;
}
.AnyTagClassName
{
color: #FE8CFD;
}
</style>
background-color css
<style>
a { background-color: #FE8CFD; }
a { background-color: rgb(254,140,253); }
div.DivClassName
{
background-color: #FE8CFD;
}
.BgClassName
{
background-color: #FE8CFD;
}
</style>
border-color css
<style>
span { border-color: #FE8CFD; }
span { border-color: rgb(254,140,253); }
td.TdClassName
{
border-color: #FE8CFD;
}
.TagClassName
{
border-color: #FE8CFD;
}
</style>