Shades of Lavender Pink #F2B2D3
Tints of Lavender Pink #F2B2D3
RGB
CMYK
RGB Variations
Color information
#F2B2D3 (or 0xF2B2D3) is known color: Lavender Pink. HEX triplet: F2, B2 and D3. RGB value is (242,178,211). Sum of RGB (Red+Green+Blue) = 242+178+211=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2D3 is #0D4D2C. Grayscale: #C8C8C8. Windows color (decimal): -871725 or 13873906. OLE color: 13873906.
HSL color Cylindrical-coordinate representation of color #F2B2D3: hue angle of 329.06º 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 #F2B2D3 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 211 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.05 |
| HSL | 329.06º | 0.71% | 0.82% | - |
| HSV(B) | 329.06º | 0.26% | 0.95% | - |
| XYZ | 64.3 | 55.42 | 68.94 | - |
| YUV | 200.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 211 | 0 | 0.26 | 0.13 | 0.05 | 329.06 | 0.71 | 0.82 |
| Hex | F2 | B2 | D3 | 0 | 1A | D | 5 | 149 | 47 | 52 |
| Octal | 362 | 262 | 323 | 0 | 32 | 15 | 5 | 511 | 107 | 122 |
| Binary | 11110010 | 10110010 | 11010011 | 0 | 11010 | 1101 | 101 | 101001001 | 1000111 | 1010010 |
Color Harmonies of #F2B2D3
Complementary color
Monochromatic Colors of #F2B2D3
Black with #F2B2D3
Text Example
Text Example
White with #F2B2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B2D3; }
p { color: rgb(242,178,211); }
H1.HeaderClassName
{
color: #F2B2D3;
}
.AnyTagClassName
{
color: #F2B2D3;
}
</style>
background-color css
<style>
a { background-color: #F2B2D3; }
a { background-color: rgb(242,178,211); }
div.DivClassName
{
background-color: #F2B2D3;
}
.BgClassName
{
background-color: #F2B2D3;
}
</style>
border-color css
<style>
span { border-color: #F2B2D3; }
span { border-color: rgb(242,178,211); }
td.TdClassName
{
border-color: #F2B2D3;
}
.TagClassName
{
border-color: #F2B2D3;
}
</style>