Shades of Lavender Pink #FF9FD3
Tints of Lavender Pink #FF9FD3
RGB
CMYK
RGB Variations
Color information
#FF9FD3 (or 0xFF9FD3) is known color: Lavender Pink. HEX triplet: FF, 9F and D3. RGB value is (255,159,211). Sum of RGB (Red+Green+Blue) = 255+159+211=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FD3 is #00602C. Grayscale: #C1C1C1. Windows color (decimal): -24621 or 13869055. OLE color: 13869055.
HSL color Cylindrical-coordinate representation of color #FF9FD3: hue angle of 327.5º 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 #FF9FD3 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 159 | 211 | - |
CMYK | 0 | 0.38 | 0.17 | 0 |
HSL | 327.5º | 1% | 0.81% | - |
HSV(B) | 327.5º | 0.38% | 1% | - |
XYZ | 65.4 | 50.76 | 67.98 | - |
YUV | 193.63 | 137.8 | 171.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 159 | 211 | 0 | 0.38 | 0.17 | 0 | 327.5 | 1 | 0.81 |
Hex | FF | 9F | D3 | 0 | 26 | 11 | 0 | 148 | 64 | 51 |
Octal | 377 | 237 | 323 | 0 | 46 | 21 | 0 | 510 | 144 | 121 |
Binary | 11111111 | 10011111 | 11010011 | 0 | 100110 | 10001 | 0 | 101001000 | 1100100 | 1010001 |
Color Harmonies of #FF9FD3
Complementary color
Monochromatic Colors of #FF9FD3
Black with #FF9FD3
Text Example
Text Example
White with #FF9FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FD3; }
p { color: rgb(255,159,211); }
H1.HeaderClassName
{
color: #FF9FD3;
}
.AnyTagClassName
{
color: #FF9FD3;
}
</style>
background-color css
<style>
a { background-color: #FF9FD3; }
a { background-color: rgb(255,159,211); }
div.DivClassName
{
background-color: #FF9FD3;
}
.BgClassName
{
background-color: #FF9FD3;
}
</style>
border-color css
<style>
span { border-color: #FF9FD3; }
span { border-color: rgb(255,159,211); }
td.TdClassName
{
border-color: #FF9FD3;
}
.TagClassName
{
border-color: #FF9FD3;
}
</style>