Shades of Lavender Pink #F2B0D0
Tints of Lavender Pink #F2B0D0
RGB
CMYK
RGB Variations
Color information
#F2B0D0 (or 0xF2B0D0) is known color: Lavender Pink. HEX triplet: F2, B0 and D0. RGB value is (242,176,208). Sum of RGB (Red+Green+Blue) = 242+176+208=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0D0 is #0D4F2F. Grayscale: #C7C7C7. Windows color (decimal): -872240 or 13676786. OLE color: 13676786.
HSL color Cylindrical-coordinate representation of color #F2B0D0: hue angle of 330.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B0D0 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 208 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.05 |
| HSL | 330.91º | 0.72% | 0.82% | - |
| HSV(B) | 330.91º | 0.27% | 0.95% | - |
| XYZ | 63.53 | 54.48 | 66.84 | - |
| YUV | 199.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 208 | 0 | 0.27 | 0.14 | 0.05 | 330.91 | 0.72 | 0.82 |
| Hex | F2 | B0 | D0 | 0 | 1B | E | 5 | 14B | 48 | 52 |
| Octal | 362 | 260 | 320 | 0 | 33 | 16 | 5 | 513 | 110 | 122 |
| Binary | 11110010 | 10110000 | 11010000 | 0 | 11011 | 1110 | 101 | 101001011 | 1001000 | 1010010 |
Color Harmonies of #F2B0D0
Complementary color
Monochromatic Colors of #F2B0D0
Black with #F2B0D0
Text Example
Text Example
White with #F2B0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B0D0; }
p { color: rgb(242,176,208); }
H1.HeaderClassName
{
color: #F2B0D0;
}
.AnyTagClassName
{
color: #F2B0D0;
}
</style>
background-color css
<style>
a { background-color: #F2B0D0; }
a { background-color: rgb(242,176,208); }
div.DivClassName
{
background-color: #F2B0D0;
}
.BgClassName
{
background-color: #F2B0D0;
}
</style>
border-color css
<style>
span { border-color: #F2B0D0; }
span { border-color: rgb(242,176,208); }
td.TdClassName
{
border-color: #F2B0D0;
}
.TagClassName
{
border-color: #F2B0D0;
}
</style>