Shades of Violet #FE9CFD
Tints of Violet #FE9CFD
RGB
CMYK
RGB Variations
Color information
#FE9CFD (or 0xFE9CFD) is known color: Violet. HEX triplet: FE, 9C and FD. RGB value is (254,156,253). Sum of RGB (Red+Green+Blue) = 254+156+253=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 156 (61.33% from 255 or 23.53% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CFD is #016302. Grayscale: #C4C4C4. Windows color (decimal): -90883 or 16620798. OLE color: 16620798.
HSL color Cylindrical-coordinate representation of color #FE9CFD: hue angle of 300.61º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9CFD is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 253 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.00 |
| HSL | 300.61º | 0.98% | 0.8% | - |
| HSV(B) | 300.61º | 0.39% | 1% | - |
| XYZ | 70.49 | 51.94 | 99.24 | - |
| YUV | 196.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 253 | 0 | 0.39 | 0.00 | 0.00 | 300.61 | 0.98 | 0.8 |
| Hex | FE | 9C | FD | 0 | 27 | 0 | 0 | 12D | 62 | 50 |
| Octal | 376 | 234 | 375 | 0 | 47 | 0 | 0 | 455 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11111101 | 0 | 100111 | 0 | 0 | 100101101 | 1100010 | 1010000 |
Color Harmonies of #FE9CFD
Complementary color
Monochromatic Colors of #FE9CFD
Black with #FE9CFD
Text Example
Text Example
White with #FE9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CFD; }
p { color: rgb(254,156,253); }
H1.HeaderClassName
{
color: #FE9CFD;
}
.AnyTagClassName
{
color: #FE9CFD;
}
</style>
background-color css
<style>
a { background-color: #FE9CFD; }
a { background-color: rgb(254,156,253); }
div.DivClassName
{
background-color: #FE9CFD;
}
.BgClassName
{
background-color: #FE9CFD;
}
</style>
border-color css
<style>
span { border-color: #FE9CFD; }
span { border-color: rgb(254,156,253); }
td.TdClassName
{
border-color: #FE9CFD;
}
.TagClassName
{
border-color: #FE9CFD;
}
</style>