Shades of Lavender Pink #F2B4D1
Tints of Lavender Pink #F2B4D1
RGB
CMYK
RGB Variations
Color information
#F2B4D1 (or 0xF2B4D1) is known color: Lavender Pink. HEX triplet: F2, B4 and D1. RGB value is (242,180,209). Sum of RGB (Red+Green+Blue) = 242+180+209=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4D1 is #0D4B2E. Grayscale: #C9C9C9. Windows color (decimal): -871215 or 13743346. OLE color: 13743346.
HSL color Cylindrical-coordinate representation of color #F2B4D1: hue angle of 331.94º degrees, saturation: 0.7, 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 #F2B4D1 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 209 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.05 |
| HSL | 331.94º | 0.7% | 0.83% | - |
| HSV(B) | 331.94º | 0.26% | 0.95% | - |
| XYZ | 64.45 | 56.12 | 67.76 | - |
| YUV | 201.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 209 | 0 | 0.26 | 0.14 | 0.05 | 331.94 | 0.7 | 0.83 |
| Hex | F2 | B4 | D1 | 0 | 1A | E | 5 | 14C | 46 | 53 |
| Octal | 362 | 264 | 321 | 0 | 32 | 16 | 5 | 514 | 106 | 123 |
| Binary | 11110010 | 10110100 | 11010001 | 0 | 11010 | 1110 | 101 | 101001100 | 1000110 | 1010011 |
Color Harmonies of #F2B4D1
Complementary color
Monochromatic Colors of #F2B4D1
Black with #F2B4D1
Text Example
Text Example
White with #F2B4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B4D1; }
p { color: rgb(242,180,209); }
H1.HeaderClassName
{
color: #F2B4D1;
}
.AnyTagClassName
{
color: #F2B4D1;
}
</style>
background-color css
<style>
a { background-color: #F2B4D1; }
a { background-color: rgb(242,180,209); }
div.DivClassName
{
background-color: #F2B4D1;
}
.BgClassName
{
background-color: #F2B4D1;
}
</style>
border-color css
<style>
span { border-color: #F2B4D1; }
span { border-color: rgb(242,180,209); }
td.TdClassName
{
border-color: #F2B4D1;
}
.TagClassName
{
border-color: #F2B4D1;
}
</style>