Shades of Lavender Pink #F2B7DC
Tints of Lavender Pink #F2B7DC
RGB
CMYK
RGB Variations
Color information
#F2B7DC (or 0xF2B7DC) is known color: Lavender Pink. HEX triplet: F2, B7 and DC. RGB value is (242,183,220). Sum of RGB (Red+Green+Blue) = 242+183+220=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7DC is #0D4823. Grayscale: #CCCCCC. Windows color (decimal): -870436 or 14465010. OLE color: 14465010.
HSL color Cylindrical-coordinate representation of color #F2B7DC: hue angle of 322.37º 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 #F2B7DC is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 220 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.05 |
| HSL | 322.37º | 0.69% | 0.83% | - |
| HSV(B) | 322.37º | 0.24% | 0.95% | - |
| XYZ | 66.47 | 57.91 | 75.38 | - |
| YUV | 204.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 220 | 0 | 0.24 | 0.09 | 0.05 | 322.37 | 0.69 | 0.83 |
| Hex | F2 | B7 | DC | 0 | 18 | 9 | 5 | 142 | 45 | 53 |
| Octal | 362 | 267 | 334 | 0 | 30 | 11 | 5 | 502 | 105 | 123 |
| Binary | 11110010 | 10110111 | 11011100 | 0 | 11000 | 1001 | 101 | 101000010 | 1000101 | 1010011 |
Color Harmonies of #F2B7DC
Complementary color
Monochromatic Colors of #F2B7DC
Black with #F2B7DC
Text Example
Text Example
White with #F2B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7DC; }
p { color: rgb(242,183,220); }
H1.HeaderClassName
{
color: #F2B7DC;
}
.AnyTagClassName
{
color: #F2B7DC;
}
</style>
background-color css
<style>
a { background-color: #F2B7DC; }
a { background-color: rgb(242,183,220); }
div.DivClassName
{
background-color: #F2B7DC;
}
.BgClassName
{
background-color: #F2B7DC;
}
</style>
border-color css
<style>
span { border-color: #F2B7DC; }
span { border-color: rgb(242,183,220); }
td.TdClassName
{
border-color: #F2B7DC;
}
.TagClassName
{
border-color: #F2B7DC;
}
</style>