Shades of Lavender Pink #F2B7D1
Tints of Lavender Pink #F2B7D1
RGB
CMYK
RGB Variations
Color information
#F2B7D1 (or 0xF2B7D1) is known color: Lavender Pink. HEX triplet: F2, B7 and D1. RGB value is (242,183,209). Sum of RGB (Red+Green+Blue) = 242+183+209=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7D1 is #0D482E. Grayscale: #CBCBCB. Windows color (decimal): -870447 or 13744114. OLE color: 13744114.
HSL color Cylindrical-coordinate representation of color #F2B7D1: hue angle of 333.56º 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 #F2B7D1 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 209 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.05 |
| HSL | 333.56º | 0.69% | 0.83% | - |
| HSV(B) | 333.56º | 0.24% | 0.95% | - |
| XYZ | 65.06 | 57.35 | 67.96 | - |
| YUV | 203.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 209 | 0 | 0.24 | 0.14 | 0.05 | 333.56 | 0.69 | 0.83 |
| Hex | F2 | B7 | D1 | 0 | 18 | E | 5 | 14E | 45 | 53 |
| Octal | 362 | 267 | 321 | 0 | 30 | 16 | 5 | 516 | 105 | 123 |
| Binary | 11110010 | 10110111 | 11010001 | 0 | 11000 | 1110 | 101 | 101001110 | 1000101 | 1010011 |
Color Harmonies of #F2B7D1
Complementary color
Monochromatic Colors of #F2B7D1
Black with #F2B7D1
Text Example
Text Example
White with #F2B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7D1; }
p { color: rgb(242,183,209); }
H1.HeaderClassName
{
color: #F2B7D1;
}
.AnyTagClassName
{
color: #F2B7D1;
}
</style>
background-color css
<style>
a { background-color: #F2B7D1; }
a { background-color: rgb(242,183,209); }
div.DivClassName
{
background-color: #F2B7D1;
}
.BgClassName
{
background-color: #F2B7D1;
}
</style>
border-color css
<style>
span { border-color: #F2B7D1; }
span { border-color: rgb(242,183,209); }
td.TdClassName
{
border-color: #F2B7D1;
}
.TagClassName
{
border-color: #F2B7D1;
}
</style>