Shades of Lavender Pink #F2B9D9
Tints of Lavender Pink #F2B9D9
RGB
CMYK
RGB Variations
Color information
#F2B9D9 (or 0xF2B9D9) is known color: Lavender Pink. HEX triplet: F2, B9 and D9. RGB value is (242,185,217). Sum of RGB (Red+Green+Blue) = 242+185+217=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9D9 is #0D4626. Grayscale: #CDCDCD. Windows color (decimal): -869927 or 14268914. OLE color: 14268914.
HSL color Cylindrical-coordinate representation of color #F2B9D9: hue angle of 326.32º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B9D9 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 217 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.05 |
| HSL | 326.32º | 0.69% | 0.84% | - |
| HSV(B) | 326.32º | 0.24% | 0.95% | - |
| XYZ | 66.49 | 58.58 | 73.45 | - |
| YUV | 205.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 217 | 0 | 0.24 | 0.10 | 0.05 | 326.32 | 0.69 | 0.84 |
| Hex | F2 | B9 | D9 | 0 | 18 | A | 5 | 146 | 45 | 54 |
| Octal | 362 | 271 | 331 | 0 | 30 | 12 | 5 | 506 | 105 | 124 |
| Binary | 11110010 | 10111001 | 11011001 | 0 | 11000 | 1010 | 101 | 101000110 | 1000101 | 1010100 |
Color Harmonies of #F2B9D9
Complementary color
Monochromatic Colors of #F2B9D9
Black with #F2B9D9
Text Example
Text Example
White with #F2B9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9D9; }
p { color: rgb(242,185,217); }
H1.HeaderClassName
{
color: #F2B9D9;
}
.AnyTagClassName
{
color: #F2B9D9;
}
</style>
background-color css
<style>
a { background-color: #F2B9D9; }
a { background-color: rgb(242,185,217); }
div.DivClassName
{
background-color: #F2B9D9;
}
.BgClassName
{
background-color: #F2B9D9;
}
</style>
border-color css
<style>
span { border-color: #F2B9D9; }
span { border-color: rgb(242,185,217); }
td.TdClassName
{
border-color: #F2B9D9;
}
.TagClassName
{
border-color: #F2B9D9;
}
</style>