Shades of Violet #FD9CFF
Tints of Violet #FD9CFF
RGB
CMYK
RGB Variations
Color information
#FD9CFF (or 0xFD9CFF) is known color: Violet. HEX triplet: FD, 9C and FF. RGB value is (253,156,255). Sum of RGB (Red+Green+Blue) = 253+156+255=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 156 (61.33% from 255 or 23.49% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD9CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9CFF is #026300. Grayscale: #C3C3C3. Windows color (decimal): -156417 or 16751869. OLE color: 16751869.
HSL color Cylindrical-coordinate representation of color #FD9CFF: hue angle of 298.79º 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 #FD9CFF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 156 | 255 | - |
| CMYK | 0.01 | 0.39 | 0 | 0 |
| HSL | 298.79º | 1% | 0.81% | - |
| HSV(B) | 298.79º | 0.39% | 1% | - |
| XYZ | 70.45 | 51.88 | 100.91 | - |
| YUV | 196.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 156 | 255 | 0.01 | 0.39 | 0 | 0 | 298.79 | 1 | 0.81 |
| Hex | FD | 9C | FF | 1 | 27 | 0 | 0 | 12B | 64 | 51 |
| Octal | 375 | 234 | 377 | 1 | 47 | 0 | 0 | 453 | 144 | 121 |
| Binary | 11111101 | 10011100 | 11111111 | 1 | 100111 | 0 | 0 | 100101011 | 1100100 | 1010001 |
Color Harmonies of #FD9CFF
Complementary color
Monochromatic Colors of #FD9CFF
Black with #FD9CFF
Text Example
Text Example
White with #FD9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9CFF; }
p { color: rgb(253,156,255); }
H1.HeaderClassName
{
color: #FD9CFF;
}
.AnyTagClassName
{
color: #FD9CFF;
}
</style>
background-color css
<style>
a { background-color: #FD9CFF; }
a { background-color: rgb(253,156,255); }
div.DivClassName
{
background-color: #FD9CFF;
}
.BgClassName
{
background-color: #FD9CFF;
}
</style>
border-color css
<style>
span { border-color: #FD9CFF; }
span { border-color: rgb(253,156,255); }
td.TdClassName
{
border-color: #FD9CFF;
}
.TagClassName
{
border-color: #FD9CFF;
}
</style>