Shades of Lavender Pink #F0B9D9
Tints of Lavender Pink #F0B9D9
RGB
CMYK
RGB Variations
Color information
#F0B9D9 (or 0xF0B9D9) is known color: Lavender Pink. HEX triplet: F0, B9 and D9. RGB value is (240,185,217). Sum of RGB (Red+Green+Blue) = 240+185+217=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9D9 is #0F4626. Grayscale: #CDCDCD. Windows color (decimal): -1000999 or 14268912. OLE color: 14268912.
HSL color Cylindrical-coordinate representation of color #F0B9D9: hue angle of 325.09º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B9D9 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 217 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.06 |
| HSL | 325.09º | 0.65% | 0.83% | - |
| HSV(B) | 325.09º | 0.23% | 0.94% | - |
| XYZ | 65.81 | 58.23 | 73.42 | - |
| YUV | 205.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 217 | 0 | 0.23 | 0.10 | 0.06 | 325.09 | 0.65 | 0.83 |
| Hex | F0 | B9 | D9 | 0 | 17 | A | 6 | 145 | 41 | 53 |
| Octal | 360 | 271 | 331 | 0 | 27 | 12 | 6 | 505 | 101 | 123 |
| Binary | 11110000 | 10111001 | 11011001 | 0 | 10111 | 1010 | 110 | 101000101 | 1000001 | 1010011 |
Color Harmonies of #F0B9D9
Complementary color
Monochromatic Colors of #F0B9D9
Black with #F0B9D9
Text Example
Text Example
White with #F0B9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9D9; }
p { color: rgb(240,185,217); }
H1.HeaderClassName
{
color: #F0B9D9;
}
.AnyTagClassName
{
color: #F0B9D9;
}
</style>
background-color css
<style>
a { background-color: #F0B9D9; }
a { background-color: rgb(240,185,217); }
div.DivClassName
{
background-color: #F0B9D9;
}
.BgClassName
{
background-color: #F0B9D9;
}
</style>
border-color css
<style>
span { border-color: #F0B9D9; }
span { border-color: rgb(240,185,217); }
td.TdClassName
{
border-color: #F0B9D9;
}
.TagClassName
{
border-color: #F0B9D9;
}
</style>