Shades of Violet #FE8FFA
Tints of Violet #FE8FFA
RGB
CMYK
RGB Variations
Color information
#FE8FFA (or 0xFE8FFA) is known color: Violet. HEX triplet: FE, 8F and FA. RGB value is (254,143,250). Sum of RGB (Red+Green+Blue) = 254+143+250=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 143 (56.25% from 255 or 22.10% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8FFA is #017005. Grayscale: #BCBCBC. Windows color (decimal): -94214 or 16420862. OLE color: 16420862.
HSL color Cylindrical-coordinate representation of color #FE8FFA: hue angle of 302.16º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FFA is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 250 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.00 |
| HSL | 302.16º | 0.98% | 0.78% | - |
| HSV(B) | 302.16º | 0.44% | 1% | - |
| XYZ | 67.95 | 47.62 | 96.05 | - |
| YUV | 188.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 250 | 0 | 0.44 | 0.02 | 0.00 | 302.16 | 0.98 | 0.78 |
| Hex | FE | 8F | FA | 0 | 2C | 2 | 0 | 12E | 62 | 4E |
| Octal | 376 | 217 | 372 | 0 | 54 | 2 | 0 | 456 | 142 | 116 |
| Binary | 11111110 | 10001111 | 11111010 | 0 | 101100 | 10 | 0 | 100101110 | 1100010 | 1001110 |
Color Harmonies of #FE8FFA
Complementary color
Monochromatic Colors of #FE8FFA
Black with #FE8FFA
Text Example
Text Example
White with #FE8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FFA; }
p { color: rgb(254,143,250); }
H1.HeaderClassName
{
color: #FE8FFA;
}
.AnyTagClassName
{
color: #FE8FFA;
}
</style>
background-color css
<style>
a { background-color: #FE8FFA; }
a { background-color: rgb(254,143,250); }
div.DivClassName
{
background-color: #FE8FFA;
}
.BgClassName
{
background-color: #FE8FFA;
}
</style>
border-color css
<style>
span { border-color: #FE8FFA; }
span { border-color: rgb(254,143,250); }
td.TdClassName
{
border-color: #FE8FFA;
}
.TagClassName
{
border-color: #FE8FFA;
}
</style>