Shades of Lavender Pink #F2B7DB
Tints of Lavender Pink #F2B7DB
RGB
CMYK
RGB Variations
Color information
#F2B7DB (or 0xF2B7DB) is known color: Lavender Pink. HEX triplet: F2, B7 and DB. RGB value is (242,183,219). Sum of RGB (Red+Green+Blue) = 242+183+219=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 183 (71.88% from 255 or 28.42% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7DB is #0D4824. Grayscale: #CCCCCC. Windows color (decimal): -870437 or 14399474. OLE color: 14399474.
HSL color Cylindrical-coordinate representation of color #F2B7DB: hue angle of 323.39º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B7DB is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 219 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.05 |
| HSL | 323.39º | 0.69% | 0.83% | - |
| HSV(B) | 323.39º | 0.24% | 0.95% | - |
| XYZ | 66.34 | 57.86 | 74.69 | - |
| YUV | 204.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 219 | 0 | 0.24 | 0.10 | 0.05 | 323.39 | 0.69 | 0.83 |
| Hex | F2 | B7 | DB | 0 | 18 | A | 5 | 143 | 45 | 53 |
| Octal | 362 | 267 | 333 | 0 | 30 | 12 | 5 | 503 | 105 | 123 |
| Binary | 11110010 | 10110111 | 11011011 | 0 | 11000 | 1010 | 101 | 101000011 | 1000101 | 1010011 |
Color Harmonies of #F2B7DB
Complementary color
Monochromatic Colors of #F2B7DB
Black with #F2B7DB
Text Example
Text Example
White with #F2B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7DB; }
p { color: rgb(242,183,219); }
H1.HeaderClassName
{
color: #F2B7DB;
}
.AnyTagClassName
{
color: #F2B7DB;
}
</style>
background-color css
<style>
a { background-color: #F2B7DB; }
a { background-color: rgb(242,183,219); }
div.DivClassName
{
background-color: #F2B7DB;
}
.BgClassName
{
background-color: #F2B7DB;
}
</style>
border-color css
<style>
span { border-color: #F2B7DB; }
span { border-color: rgb(242,183,219); }
td.TdClassName
{
border-color: #F2B7DB;
}
.TagClassName
{
border-color: #F2B7DB;
}
</style>