Shades of Lavender Pink #F2B7DA
Tints of Lavender Pink #F2B7DA
RGB
CMYK
RGB Variations
Color information
#F2B7DA (or 0xF2B7DA) is known color: Lavender Pink. HEX triplet: F2, B7 and DA. RGB value is (242,183,218). Sum of RGB (Red+Green+Blue) = 242+183+218=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7DA is #0D4825. Grayscale: #CCCCCC. Windows color (decimal): -870438 or 14333938. OLE color: 14333938.
HSL color Cylindrical-coordinate representation of color #F2B7DA: hue angle of 324.41º 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 #F2B7DA is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 218 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.05 |
| HSL | 324.41º | 0.69% | 0.83% | - |
| HSV(B) | 324.41º | 0.24% | 0.95% | - |
| XYZ | 66.21 | 57.81 | 74 | - |
| YUV | 204.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 218 | 0 | 0.24 | 0.10 | 0.05 | 324.41 | 0.69 | 0.83 |
| Hex | F2 | B7 | DA | 0 | 18 | A | 5 | 144 | 45 | 53 |
| Octal | 362 | 267 | 332 | 0 | 30 | 12 | 5 | 504 | 105 | 123 |
| Binary | 11110010 | 10110111 | 11011010 | 0 | 11000 | 1010 | 101 | 101000100 | 1000101 | 1010011 |
Color Harmonies of #F2B7DA
Complementary color
Monochromatic Colors of #F2B7DA
Black with #F2B7DA
Text Example
Text Example
White with #F2B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7DA; }
p { color: rgb(242,183,218); }
H1.HeaderClassName
{
color: #F2B7DA;
}
.AnyTagClassName
{
color: #F2B7DA;
}
</style>
background-color css
<style>
a { background-color: #F2B7DA; }
a { background-color: rgb(242,183,218); }
div.DivClassName
{
background-color: #F2B7DA;
}
.BgClassName
{
background-color: #F2B7DA;
}
</style>
border-color css
<style>
span { border-color: #F2B7DA; }
span { border-color: rgb(242,183,218); }
td.TdClassName
{
border-color: #F2B7DA;
}
.TagClassName
{
border-color: #F2B7DA;
}
</style>