Shades of Lavender Pink #F2B3DA
Tints of Lavender Pink #F2B3DA
RGB
CMYK
RGB Variations
Color information
#F2B3DA (or 0xF2B3DA) is known color: Lavender Pink. HEX triplet: F2, B3 and DA. RGB value is (242,179,218). Sum of RGB (Red+Green+Blue) = 242+179+218=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B3DA is #0D4C25. Grayscale: #CACACA. Windows color (decimal): -871462 or 14332914. OLE color: 14332914.
HSL color Cylindrical-coordinate representation of color #F2B3DA: hue angle of 322.86º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B3DA is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 218 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.05 |
| HSL | 322.86º | 0.71% | 0.83% | - |
| HSV(B) | 322.86º | 0.26% | 0.95% | - |
| XYZ | 65.39 | 56.18 | 73.73 | - |
| YUV | 202.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 218 | 0 | 0.26 | 0.10 | 0.05 | 322.86 | 0.71 | 0.83 |
| Hex | F2 | B3 | DA | 0 | 1A | A | 5 | 143 | 47 | 53 |
| Octal | 362 | 263 | 332 | 0 | 32 | 12 | 5 | 503 | 107 | 123 |
| Binary | 11110010 | 10110011 | 11011010 | 0 | 11010 | 1010 | 101 | 101000011 | 1000111 | 1010011 |
Color Harmonies of #F2B3DA
Complementary color
Monochromatic Colors of #F2B3DA
Black with #F2B3DA
Text Example
Text Example
White with #F2B3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B3DA; }
p { color: rgb(242,179,218); }
H1.HeaderClassName
{
color: #F2B3DA;
}
.AnyTagClassName
{
color: #F2B3DA;
}
</style>
background-color css
<style>
a { background-color: #F2B3DA; }
a { background-color: rgb(242,179,218); }
div.DivClassName
{
background-color: #F2B3DA;
}
.BgClassName
{
background-color: #F2B3DA;
}
</style>
border-color css
<style>
span { border-color: #F2B3DA; }
span { border-color: rgb(242,179,218); }
td.TdClassName
{
border-color: #F2B3DA;
}
.TagClassName
{
border-color: #F2B3DA;
}
</style>