Shades of Violet #FD9BFF
Tints of Violet #FD9BFF
RGB
CMYK
RGB Variations
Color information
#FD9BFF (or 0xFD9BFF) is known color: Violet. HEX triplet: FD, 9B and FF. RGB value is (253,155,255). Sum of RGB (Red+Green+Blue) = 253+155+255=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 155 (60.94% from 255 or 23.38% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD9BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9BFF is #026400. Grayscale: #C3C3C3. Windows color (decimal): -156673 or 16751613. OLE color: 16751613.
HSL color Cylindrical-coordinate representation of color #FD9BFF: hue angle of 298.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FD9BFF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 155 | 255 | - |
| CMYK | 0.01 | 0.39 | 0 | 0 |
| HSL | 298.8º | 1% | 0.8% | - |
| HSV(B) | 298.8º | 0.39% | 1% | - |
| XYZ | 70.28 | 51.55 | 100.85 | - |
| YUV | 195.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 155 | 255 | 0.01 | 0.39 | 0 | 0 | 298.8 | 1 | 0.8 |
| Hex | FD | 9B | FF | 1 | 27 | 0 | 0 | 12B | 64 | 50 |
| Octal | 375 | 233 | 377 | 1 | 47 | 0 | 0 | 453 | 144 | 120 |
| Binary | 11111101 | 10011011 | 11111111 | 1 | 100111 | 0 | 0 | 100101011 | 1100100 | 1010000 |
Color Harmonies of #FD9BFF
Complementary color
Monochromatic Colors of #FD9BFF
Black with #FD9BFF
Text Example
Text Example
White with #FD9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9BFF; }
p { color: rgb(253,155,255); }
H1.HeaderClassName
{
color: #FD9BFF;
}
.AnyTagClassName
{
color: #FD9BFF;
}
</style>
background-color css
<style>
a { background-color: #FD9BFF; }
a { background-color: rgb(253,155,255); }
div.DivClassName
{
background-color: #FD9BFF;
}
.BgClassName
{
background-color: #FD9BFF;
}
</style>
border-color css
<style>
span { border-color: #FD9BFF; }
span { border-color: rgb(253,155,255); }
td.TdClassName
{
border-color: #FD9BFF;
}
.TagClassName
{
border-color: #FD9BFF;
}
</style>