Shades of Lavender Pink #F99FD4
Tints of Lavender Pink #F99FD4
RGB
CMYK
RGB Variations
Color information
#F99FD4 (or 0xF99FD4) is known color: Lavender Pink. HEX triplet: F9, 9F and D4. RGB value is (249,159,212). Sum of RGB (Red+Green+Blue) = 249+159+212=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FD4 is #06602B. Grayscale: #BFBFBF. Windows color (decimal): -417836 or 13934585. OLE color: 13934585.
HSL color Cylindrical-coordinate representation of color #F99FD4: hue angle of 324.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F99FD4 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 159 | 212 | - |
CMYK | 0 | 0.36 | 0.15 | 0.02 |
HSL | 324.67º | 0.88% | 0.8% | - |
HSV(B) | 324.67º | 0.36% | 0.98% | - |
XYZ | 63.35 | 49.69 | 68.54 | - |
YUV | 191.95 | 139.32 | 168.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 159 | 212 | 0 | 0.36 | 0.15 | 0.02 | 324.67 | 0.88 | 0.8 |
Hex | F9 | 9F | D4 | 0 | 24 | F | 2 | 145 | 58 | 50 |
Octal | 371 | 237 | 324 | 0 | 44 | 17 | 2 | 505 | 130 | 120 |
Binary | 11111001 | 10011111 | 11010100 | 0 | 100100 | 1111 | 10 | 101000101 | 1011000 | 1010000 |
Color Harmonies of #F99FD4
Complementary color
Monochromatic Colors of #F99FD4
Black with #F99FD4
Text Example
Text Example
White with #F99FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99FD4; }
p { color: rgb(249,159,212); }
H1.HeaderClassName
{
color: #F99FD4;
}
.AnyTagClassName
{
color: #F99FD4;
}
</style>
background-color css
<style>
a { background-color: #F99FD4; }
a { background-color: rgb(249,159,212); }
div.DivClassName
{
background-color: #F99FD4;
}
.BgClassName
{
background-color: #F99FD4;
}
</style>
border-color css
<style>
span { border-color: #F99FD4; }
span { border-color: rgb(249,159,212); }
td.TdClassName
{
border-color: #F99FD4;
}
.TagClassName
{
border-color: #F99FD4;
}
</style>