Shades of Fuchsia Pink #FE8AFB
Tints of Fuchsia Pink #FE8AFB
RGB
CMYK
RGB Variations
Color information
#FE8AFB (or 0xFE8AFB) is known color: Fuchsia Pink. HEX triplet: FE, 8A and FB. RGB value is (254,138,251). Sum of RGB (Red+Green+Blue) = 254+138+251=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 138 (54.30% from 255 or 21.46% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8AFB is #017504. Grayscale: #B9B9B9. Windows color (decimal): -95493 or 16485118. OLE color: 16485118.
HSL color Cylindrical-coordinate representation of color #FE8AFB: hue angle of 301.55º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8AFB is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 251 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.00 |
| HSL | 301.55º | 0.98% | 0.77% | - |
| HSV(B) | 301.55º | 0.46% | 1% | - |
| XYZ | 67.37 | 46.21 | 96.64 | - |
| YUV | 185.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 251 | 0 | 0.46 | 0.01 | 0.00 | 301.55 | 0.98 | 0.77 |
| Hex | FE | 8A | FB | 0 | 2E | 1 | 0 | 12E | 62 | 4D |
| Octal | 376 | 212 | 373 | 0 | 56 | 1 | 0 | 456 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11111011 | 0 | 101110 | 1 | 0 | 100101110 | 1100010 | 1001101 |
Color Harmonies of #FE8AFB
Complementary color
Monochromatic Colors of #FE8AFB
Black with #FE8AFB
Text Example
Text Example
White with #FE8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8AFB; }
p { color: rgb(254,138,251); }
H1.HeaderClassName
{
color: #FE8AFB;
}
.AnyTagClassName
{
color: #FE8AFB;
}
</style>
background-color css
<style>
a { background-color: #FE8AFB; }
a { background-color: rgb(254,138,251); }
div.DivClassName
{
background-color: #FE8AFB;
}
.BgClassName
{
background-color: #FE8AFB;
}
</style>
border-color css
<style>
span { border-color: #FE8AFB; }
span { border-color: rgb(254,138,251); }
td.TdClassName
{
border-color: #FE8AFB;
}
.TagClassName
{
border-color: #FE8AFB;
}
</style>