Shades of Lavender Pink #F2B1D3
Tints of Lavender Pink #F2B1D3
RGB
CMYK
RGB Variations
Color information
#F2B1D3 (or 0xF2B1D3) is known color: Lavender Pink. HEX triplet: F2, B1 and D3. RGB value is (242,177,211). Sum of RGB (Red+Green+Blue) = 242+177+211=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 177 (69.53% from 255 or 28.10% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B1D3 is #0D4E2C. Grayscale: #C8C8C8. Windows color (decimal): -871981 or 13873650. OLE color: 13873650.
HSL color Cylindrical-coordinate representation of color #F2B1D3: hue angle of 328.62º degrees, saturation: 0.71, 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 #F2B1D3 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 211 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.05 |
| HSL | 328.62º | 0.71% | 0.82% | - |
| HSV(B) | 328.62º | 0.27% | 0.95% | - |
| XYZ | 64.1 | 55.02 | 68.87 | - |
| YUV | 200.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 211 | 0 | 0.27 | 0.13 | 0.05 | 328.62 | 0.71 | 0.82 |
| Hex | F2 | B1 | D3 | 0 | 1B | D | 5 | 149 | 47 | 52 |
| Octal | 362 | 261 | 323 | 0 | 33 | 15 | 5 | 511 | 107 | 122 |
| Binary | 11110010 | 10110001 | 11010011 | 0 | 11011 | 1101 | 101 | 101001001 | 1000111 | 1010010 |
Color Harmonies of #F2B1D3
Complementary color
Monochromatic Colors of #F2B1D3
Black with #F2B1D3
Text Example
Text Example
White with #F2B1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B1D3; }
p { color: rgb(242,177,211); }
H1.HeaderClassName
{
color: #F2B1D3;
}
.AnyTagClassName
{
color: #F2B1D3;
}
</style>
background-color css
<style>
a { background-color: #F2B1D3; }
a { background-color: rgb(242,177,211); }
div.DivClassName
{
background-color: #F2B1D3;
}
.BgClassName
{
background-color: #F2B1D3;
}
</style>
border-color css
<style>
span { border-color: #F2B1D3; }
span { border-color: rgb(242,177,211); }
td.TdClassName
{
border-color: #F2B1D3;
}
.TagClassName
{
border-color: #F2B1D3;
}
</style>