Shades of Lavender Pink #F2B2D9
Tints of Lavender Pink #F2B2D9
RGB
CMYK
RGB Variations
Color information
#F2B2D9 (or 0xF2B2D9) is known color: Lavender Pink. HEX triplet: F2, B2 and D9. RGB value is (242,178,217). Sum of RGB (Red+Green+Blue) = 242+178+217=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2D9 is #0D4D26. Grayscale: #C9C9C9. Windows color (decimal): -871719 or 14267122. OLE color: 14267122.
HSL color Cylindrical-coordinate representation of color #F2B2D9: hue angle of 323.44º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B2D9 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 217 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.05 |
| HSL | 323.44º | 0.71% | 0.82% | - |
| HSV(B) | 323.44º | 0.26% | 0.95% | - |
| XYZ | 65.06 | 55.73 | 72.97 | - |
| YUV | 201.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 217 | 0 | 0.26 | 0.10 | 0.05 | 323.44 | 0.71 | 0.82 |
| Hex | F2 | B2 | D9 | 0 | 1A | A | 5 | 143 | 47 | 52 |
| Octal | 362 | 262 | 331 | 0 | 32 | 12 | 5 | 503 | 107 | 122 |
| Binary | 11110010 | 10110010 | 11011001 | 0 | 11010 | 1010 | 101 | 101000011 | 1000111 | 1010010 |
Color Harmonies of #F2B2D9
Complementary color
Monochromatic Colors of #F2B2D9
Black with #F2B2D9
Text Example
Text Example
White with #F2B2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B2D9; }
p { color: rgb(242,178,217); }
H1.HeaderClassName
{
color: #F2B2D9;
}
.AnyTagClassName
{
color: #F2B2D9;
}
</style>
background-color css
<style>
a { background-color: #F2B2D9; }
a { background-color: rgb(242,178,217); }
div.DivClassName
{
background-color: #F2B2D9;
}
.BgClassName
{
background-color: #F2B2D9;
}
</style>
border-color css
<style>
span { border-color: #F2B2D9; }
span { border-color: rgb(242,178,217); }
td.TdClassName
{
border-color: #F2B2D9;
}
.TagClassName
{
border-color: #F2B2D9;
}
</style>