Shades of Lavender Pink #F2B9DA
Tints of Lavender Pink #F2B9DA
RGB
CMYK
RGB Variations
Color information
#F2B9DA (or 0xF2B9DA) is known color: Lavender Pink. HEX triplet: F2, B9 and DA. RGB value is (242,185,218). Sum of RGB (Red+Green+Blue) = 242+185+218=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9DA is #0D4625. Grayscale: #CDCDCD. Windows color (decimal): -869926 or 14334450. OLE color: 14334450.
HSL color Cylindrical-coordinate representation of color #F2B9DA: hue angle of 325.26º 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 #F2B9DA is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 218 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.05 |
| HSL | 325.26º | 0.69% | 0.84% | - |
| HSV(B) | 325.26º | 0.24% | 0.95% | - |
| XYZ | 66.62 | 58.64 | 74.14 | - |
| YUV | 205.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 218 | 0 | 0.24 | 0.10 | 0.05 | 325.26 | 0.69 | 0.84 |
| Hex | F2 | B9 | DA | 0 | 18 | A | 5 | 145 | 45 | 54 |
| Octal | 362 | 271 | 332 | 0 | 30 | 12 | 5 | 505 | 105 | 124 |
| Binary | 11110010 | 10111001 | 11011010 | 0 | 11000 | 1010 | 101 | 101000101 | 1000101 | 1010100 |
Color Harmonies of #F2B9DA
Complementary color
Monochromatic Colors of #F2B9DA
Black with #F2B9DA
Text Example
Text Example
White with #F2B9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9DA; }
p { color: rgb(242,185,218); }
H1.HeaderClassName
{
color: #F2B9DA;
}
.AnyTagClassName
{
color: #F2B9DA;
}
</style>
background-color css
<style>
a { background-color: #F2B9DA; }
a { background-color: rgb(242,185,218); }
div.DivClassName
{
background-color: #F2B9DA;
}
.BgClassName
{
background-color: #F2B9DA;
}
</style>
border-color css
<style>
span { border-color: #F2B9DA; }
span { border-color: rgb(242,185,218); }
td.TdClassName
{
border-color: #F2B9DA;
}
.TagClassName
{
border-color: #F2B9DA;
}
</style>