Shades of Lavender Pink #F0B6D9
Tints of Lavender Pink #F0B6D9
RGB
CMYK
RGB Variations
Color information
#F0B6D9 (or 0xF0B6D9) is known color: Lavender Pink. HEX triplet: F0, B6 and D9. RGB value is (240,182,217). Sum of RGB (Red+Green+Blue) = 240+182+217=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6D9 is #0F4926. Grayscale: #CBCBCB. Windows color (decimal): -1001767 or 14268144. OLE color: 14268144.
HSL color Cylindrical-coordinate representation of color #F0B6D9: hue angle of 323.79º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B6D9 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 217 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.06 |
| HSL | 323.79º | 0.66% | 0.83% | - |
| HSV(B) | 323.79º | 0.24% | 0.94% | - |
| XYZ | 65.19 | 56.99 | 73.21 | - |
| YUV | 203.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 217 | 0 | 0.24 | 0.10 | 0.06 | 323.79 | 0.66 | 0.83 |
| Hex | F0 | B6 | D9 | 0 | 18 | A | 6 | 144 | 42 | 53 |
| Octal | 360 | 266 | 331 | 0 | 30 | 12 | 6 | 504 | 102 | 123 |
| Binary | 11110000 | 10110110 | 11011001 | 0 | 11000 | 1010 | 110 | 101000100 | 1000010 | 1010011 |
Color Harmonies of #F0B6D9
Complementary color
Monochromatic Colors of #F0B6D9
Black with #F0B6D9
Text Example
Text Example
White with #F0B6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B6D9; }
p { color: rgb(240,182,217); }
H1.HeaderClassName
{
color: #F0B6D9;
}
.AnyTagClassName
{
color: #F0B6D9;
}
</style>
background-color css
<style>
a { background-color: #F0B6D9; }
a { background-color: rgb(240,182,217); }
div.DivClassName
{
background-color: #F0B6D9;
}
.BgClassName
{
background-color: #F0B6D9;
}
</style>
border-color css
<style>
span { border-color: #F0B6D9; }
span { border-color: rgb(240,182,217); }
td.TdClassName
{
border-color: #F0B6D9;
}
.TagClassName
{
border-color: #F0B6D9;
}
</style>