Shades of Violet #FD9EFF
Tints of Violet #FD9EFF
RGB
CMYK
RGB Variations
Color information
#FD9EFF (or 0xFD9EFF) is known color: Violet. HEX triplet: FD, 9E and FF. RGB value is (253,158,255). Sum of RGB (Red+Green+Blue) = 253+158+255=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 158 (62.11% from 255 or 23.72% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9EFF is #026100. Grayscale: #C5C5C5. Windows color (decimal): -155905 or 16752381. OLE color: 16752381.
HSL color Cylindrical-coordinate representation of color #FD9EFF: hue angle of 298.76º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9EFF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 158 | 255 | - |
| CMYK | 0.01 | 0.38 | 0 | 0 |
| HSL | 298.76º | 1% | 0.81% | - |
| HSV(B) | 298.76º | 0.38% | 1% | - |
| XYZ | 70.78 | 52.56 | 101.02 | - |
| YUV | 197.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 158 | 255 | 0.01 | 0.38 | 0 | 0 | 298.76 | 1 | 0.81 |
| Hex | FD | 9E | FF | 1 | 26 | 0 | 0 | 12B | 64 | 51 |
| Octal | 375 | 236 | 377 | 1 | 46 | 0 | 0 | 453 | 144 | 121 |
| Binary | 11111101 | 10011110 | 11111111 | 1 | 100110 | 0 | 0 | 100101011 | 1100100 | 1010001 |
Color Harmonies of #FD9EFF
Complementary color
Monochromatic Colors of #FD9EFF
Black with #FD9EFF
Text Example
Text Example
White with #FD9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9EFF; }
p { color: rgb(253,158,255); }
H1.HeaderClassName
{
color: #FD9EFF;
}
.AnyTagClassName
{
color: #FD9EFF;
}
</style>
background-color css
<style>
a { background-color: #FD9EFF; }
a { background-color: rgb(253,158,255); }
div.DivClassName
{
background-color: #FD9EFF;
}
.BgClassName
{
background-color: #FD9EFF;
}
</style>
border-color css
<style>
span { border-color: #FD9EFF; }
span { border-color: rgb(253,158,255); }
td.TdClassName
{
border-color: #FD9EFF;
}
.TagClassName
{
border-color: #FD9EFF;
}
</style>