Shades of Lavender Pink #F99DD0
Tints of Lavender Pink #F99DD0
RGB
CMYK
RGB Variations
Color information
#F99DD0 (or 0xF99DD0) is known color: Lavender Pink. HEX triplet: F9, 9D and D0. RGB value is (249,157,208). Sum of RGB (Red+Green+Blue) = 249+157+208=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DD0 is #06622F. Grayscale: #BEBEBE. Windows color (decimal): -418352 or 13671929. OLE color: 13671929.
HSL color Cylindrical-coordinate representation of color #F99DD0: hue angle of 326.74º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99DD0 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 157 | 208 | - |
CMYK | 0 | 0.37 | 0.16 | 0.02 |
HSL | 326.74º | 0.88% | 0.8% | - |
HSV(B) | 326.74º | 0.37% | 0.98% | - |
XYZ | 62.51 | 48.81 | 65.8 | - |
YUV | 190.32 | 137.98 | 169.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 157 | 208 | 0 | 0.37 | 0.16 | 0.02 | 326.74 | 0.88 | 0.8 |
Hex | F9 | 9D | D0 | 0 | 25 | 10 | 2 | 147 | 58 | 50 |
Octal | 371 | 235 | 320 | 0 | 45 | 20 | 2 | 507 | 130 | 120 |
Binary | 11111001 | 10011101 | 11010000 | 0 | 100101 | 10000 | 10 | 101000111 | 1011000 | 1010000 |
Color Harmonies of #F99DD0
Complementary color
Monochromatic Colors of #F99DD0
Black with #F99DD0
Text Example
Text Example
White with #F99DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DD0; }
p { color: rgb(249,157,208); }
H1.HeaderClassName
{
color: #F99DD0;
}
.AnyTagClassName
{
color: #F99DD0;
}
</style>
background-color css
<style>
a { background-color: #F99DD0; }
a { background-color: rgb(249,157,208); }
div.DivClassName
{
background-color: #F99DD0;
}
.BgClassName
{
background-color: #F99DD0;
}
</style>
border-color css
<style>
span { border-color: #F99DD0; }
span { border-color: rgb(249,157,208); }
td.TdClassName
{
border-color: #F99DD0;
}
.TagClassName
{
border-color: #F99DD0;
}
</style>