Shades of Lavender Pink #F2B0D3
Tints of Lavender Pink #F2B0D3
RGB
CMYK
RGB Variations
Color information
#F2B0D3 (or 0xF2B0D3) is known color: Lavender Pink. HEX triplet: F2, B0 and D3. RGB value is (242,176,211). Sum of RGB (Red+Green+Blue) = 242+176+211=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0D3 is #0D4F2C. Grayscale: #C7C7C7. Windows color (decimal): -872237 or 13873394. OLE color: 13873394.
HSL color Cylindrical-coordinate representation of color #F2B0D3: hue angle of 328.18º 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 #F2B0D3 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 211 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.05 |
| HSL | 328.18º | 0.72% | 0.82% | - |
| HSV(B) | 328.18º | 0.27% | 0.95% | - |
| XYZ | 63.9 | 54.63 | 68.8 | - |
| YUV | 199.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 211 | 0 | 0.27 | 0.13 | 0.05 | 328.18 | 0.72 | 0.82 |
| Hex | F2 | B0 | D3 | 0 | 1B | D | 5 | 148 | 48 | 52 |
| Octal | 362 | 260 | 323 | 0 | 33 | 15 | 5 | 510 | 110 | 122 |
| Binary | 11110010 | 10110000 | 11010011 | 0 | 11011 | 1101 | 101 | 101001000 | 1001000 | 1010010 |
Color Harmonies of #F2B0D3
Complementary color
Monochromatic Colors of #F2B0D3
Black with #F2B0D3
Text Example
Text Example
White with #F2B0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B0D3; }
p { color: rgb(242,176,211); }
H1.HeaderClassName
{
color: #F2B0D3;
}
.AnyTagClassName
{
color: #F2B0D3;
}
</style>
background-color css
<style>
a { background-color: #F2B0D3; }
a { background-color: rgb(242,176,211); }
div.DivClassName
{
background-color: #F2B0D3;
}
.BgClassName
{
background-color: #F2B0D3;
}
</style>
border-color css
<style>
span { border-color: #F2B0D3; }
span { border-color: rgb(242,176,211); }
td.TdClassName
{
border-color: #F2B0D3;
}
.TagClassName
{
border-color: #F2B0D3;
}
</style>