Shades of Lavender Pink #F2B5D9
Tints of Lavender Pink #F2B5D9
RGB
CMYK
RGB Variations
Color information
#F2B5D9 (or 0xF2B5D9) is known color: Lavender Pink. HEX triplet: F2, B5 and D9. RGB value is (242,181,217). Sum of RGB (Red+Green+Blue) = 242+181+217=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5D9 is #0D4A26. Grayscale: #CBCBCB. Windows color (decimal): -870951 or 14267890. OLE color: 14267890.
HSL color Cylindrical-coordinate representation of color #F2B5D9: hue angle of 324.59º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5D9 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 217 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.05 |
| HSL | 324.59º | 0.7% | 0.83% | - |
| HSV(B) | 324.59º | 0.25% | 0.95% | - |
| XYZ | 65.67 | 56.93 | 73.17 | - |
| YUV | 203.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 217 | 0 | 0.25 | 0.10 | 0.05 | 324.59 | 0.7 | 0.83 |
| Hex | F2 | B5 | D9 | 0 | 19 | A | 5 | 145 | 46 | 53 |
| Octal | 362 | 265 | 331 | 0 | 31 | 12 | 5 | 505 | 106 | 123 |
| Binary | 11110010 | 10110101 | 11011001 | 0 | 11001 | 1010 | 101 | 101000101 | 1000110 | 1010011 |
Color Harmonies of #F2B5D9
Complementary color
Monochromatic Colors of #F2B5D9
Black with #F2B5D9
Text Example
Text Example
White with #F2B5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B5D9; }
p { color: rgb(242,181,217); }
H1.HeaderClassName
{
color: #F2B5D9;
}
.AnyTagClassName
{
color: #F2B5D9;
}
</style>
background-color css
<style>
a { background-color: #F2B5D9; }
a { background-color: rgb(242,181,217); }
div.DivClassName
{
background-color: #F2B5D9;
}
.BgClassName
{
background-color: #F2B5D9;
}
</style>
border-color css
<style>
span { border-color: #F2B5D9; }
span { border-color: rgb(242,181,217); }
td.TdClassName
{
border-color: #F2B5D9;
}
.TagClassName
{
border-color: #F2B5D9;
}
</style>