Shades of Lavender Pink #F2B9D8
Tints of Lavender Pink #F2B9D8
RGB
CMYK
RGB Variations
Color information
#F2B9D8 (or 0xF2B9D8) is known color: Lavender Pink. HEX triplet: F2, B9 and D8. RGB value is (242,185,216). Sum of RGB (Red+Green+Blue) = 242+185+216=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9D8 is #0D4627. Grayscale: #CDCDCD. Windows color (decimal): -869928 or 14203378. OLE color: 14203378.
HSL color Cylindrical-coordinate representation of color #F2B9D8: hue angle of 327.37º 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 #F2B9D8 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 216 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.05 |
| HSL | 327.37º | 0.69% | 0.84% | - |
| HSV(B) | 327.37º | 0.24% | 0.95% | - |
| XYZ | 66.36 | 58.53 | 72.77 | - |
| YUV | 205.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 216 | 0 | 0.24 | 0.11 | 0.05 | 327.37 | 0.69 | 0.84 |
| Hex | F2 | B9 | D8 | 0 | 18 | B | 5 | 147 | 45 | 54 |
| Octal | 362 | 271 | 330 | 0 | 30 | 13 | 5 | 507 | 105 | 124 |
| Binary | 11110010 | 10111001 | 11011000 | 0 | 11000 | 1011 | 101 | 101000111 | 1000101 | 1010100 |
Color Harmonies of #F2B9D8
Complementary color
Monochromatic Colors of #F2B9D8
Black with #F2B9D8
Text Example
Text Example
White with #F2B9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9D8; }
p { color: rgb(242,185,216); }
H1.HeaderClassName
{
color: #F2B9D8;
}
.AnyTagClassName
{
color: #F2B9D8;
}
</style>
background-color css
<style>
a { background-color: #F2B9D8; }
a { background-color: rgb(242,185,216); }
div.DivClassName
{
background-color: #F2B9D8;
}
.BgClassName
{
background-color: #F2B9D8;
}
</style>
border-color css
<style>
span { border-color: #F2B9D8; }
span { border-color: rgb(242,185,216); }
td.TdClassName
{
border-color: #F2B9D8;
}
.TagClassName
{
border-color: #F2B9D8;
}
</style>