Shades of Violet #FE9CFF
Tints of Violet #FE9CFF
RGB
CMYK
RGB Variations
Color information
#FE9CFF (or 0xFE9CFF) is known color: Violet. HEX triplet: FE, 9C and FF. RGB value is (254,156,255). Sum of RGB (Red+Green+Blue) = 254+156+255=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 156 (61.33% from 255 or 23.46% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE9CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CFF is #016300. Grayscale: #C4C4C4. Windows color (decimal): -90881 or 16751870. OLE color: 16751870.
HSL color Cylindrical-coordinate representation of color #FE9CFF: hue angle of 299.39º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9CFF is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 156 | 255 | - |
| CMYK | 0.00 | 0.39 | 0 | 0 |
| HSL | 299.39º | 1% | 0.81% | - |
| HSV(B) | 299.39º | 0.39% | 1% | - |
| XYZ | 70.81 | 52.07 | 100.93 | - |
| YUV | 196.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 255 | 0.00 | 0.39 | 0 | 0 | 299.39 | 1 | 0.81 |
| Hex | FE | 9C | FF | 0 | 27 | 0 | 0 | 12B | 64 | 51 |
| Octal | 376 | 234 | 377 | 0 | 47 | 0 | 0 | 453 | 144 | 121 |
| Binary | 11111110 | 10011100 | 11111111 | 0 | 100111 | 0 | 0 | 100101011 | 1100100 | 1010001 |
Color Harmonies of #FE9CFF
Complementary color
Monochromatic Colors of #FE9CFF
Black with #FE9CFF
Text Example
Text Example
White with #FE9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CFF; }
p { color: rgb(254,156,255); }
H1.HeaderClassName
{
color: #FE9CFF;
}
.AnyTagClassName
{
color: #FE9CFF;
}
</style>
background-color css
<style>
a { background-color: #FE9CFF; }
a { background-color: rgb(254,156,255); }
div.DivClassName
{
background-color: #FE9CFF;
}
.BgClassName
{
background-color: #FE9CFF;
}
</style>
border-color css
<style>
span { border-color: #FE9CFF; }
span { border-color: rgb(254,156,255); }
td.TdClassName
{
border-color: #FE9CFF;
}
.TagClassName
{
border-color: #FE9CFF;
}
</style>