Shades of Lavender Pink #FF9FD5
Tints of Lavender Pink #FF9FD5
RGB
CMYK
RGB Variations
Color information
#FF9FD5 (or 0xFF9FD5) is known color: Lavender Pink. HEX triplet: FF, 9F and D5. RGB value is (255,159,213). Sum of RGB (Red+Green+Blue) = 255+159+213=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FD5 is #00602A. Grayscale: #C1C1C1. Windows color (decimal): -24619 or 14000127. OLE color: 14000127.
HSL color Cylindrical-coordinate representation of color #FF9FD5: hue angle of 326.25º 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 #FF9FD5 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 213 | - |
| CMYK | 0 | 0.38 | 0.16 | 0 |
| HSL | 326.25º | 1% | 0.81% | - |
| HSV(B) | 326.25º | 0.38% | 1% | - |
| XYZ | 65.65 | 50.86 | 69.31 | - |
| YUV | 193.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 213 | 0 | 0.38 | 0.16 | 0 | 326.25 | 1 | 0.81 |
| Hex | FF | 9F | D5 | 0 | 26 | 10 | 0 | 146 | 64 | 51 |
| Octal | 377 | 237 | 325 | 0 | 46 | 20 | 0 | 506 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11010101 | 0 | 100110 | 10000 | 0 | 101000110 | 1100100 | 1010001 |
Color Harmonies of #FF9FD5
Complementary color
Monochromatic Colors of #FF9FD5
Black with #FF9FD5
Text Example
Text Example
White with #FF9FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FD5; }
p { color: rgb(255,159,213); }
H1.HeaderClassName
{
color: #FF9FD5;
}
.AnyTagClassName
{
color: #FF9FD5;
}
</style>
background-color css
<style>
a { background-color: #FF9FD5; }
a { background-color: rgb(255,159,213); }
div.DivClassName
{
background-color: #FF9FD5;
}
.BgClassName
{
background-color: #FF9FD5;
}
</style>
border-color css
<style>
span { border-color: #FF9FD5; }
span { border-color: rgb(255,159,213); }
td.TdClassName
{
border-color: #FF9FD5;
}
.TagClassName
{
border-color: #FF9FD5;
}
</style>