Shades of Lavender Pink #F0B2D9
Tints of Lavender Pink #F0B2D9
RGB
CMYK
RGB Variations
Color information
#F0B2D9 (or 0xF0B2D9) is known color: Lavender Pink. HEX triplet: F0, B2 and D9. RGB value is (240,178,217). Sum of RGB (Red+Green+Blue) = 240+178+217=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2D9 is #0F4D26. Grayscale: #C8C8C8. Windows color (decimal): -1002791 or 14267120. OLE color: 14267120.
HSL color Cylindrical-coordinate representation of color #F0B2D9: hue angle of 322.26º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B2D9 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 217 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.06 |
| HSL | 322.26º | 0.67% | 0.82% | - |
| HSV(B) | 322.26º | 0.26% | 0.94% | - |
| XYZ | 64.38 | 55.38 | 72.94 | - |
| YUV | 200.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 217 | 0 | 0.26 | 0.10 | 0.06 | 322.26 | 0.67 | 0.82 |
| Hex | F0 | B2 | D9 | 0 | 1A | A | 6 | 142 | 43 | 52 |
| Octal | 360 | 262 | 331 | 0 | 32 | 12 | 6 | 502 | 103 | 122 |
| Binary | 11110000 | 10110010 | 11011001 | 0 | 11010 | 1010 | 110 | 101000010 | 1000011 | 1010010 |
Color Harmonies of #F0B2D9
Complementary color
Monochromatic Colors of #F0B2D9
Black with #F0B2D9
Text Example
Text Example
White with #F0B2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2D9; }
p { color: rgb(240,178,217); }
H1.HeaderClassName
{
color: #F0B2D9;
}
.AnyTagClassName
{
color: #F0B2D9;
}
</style>
background-color css
<style>
a { background-color: #F0B2D9; }
a { background-color: rgb(240,178,217); }
div.DivClassName
{
background-color: #F0B2D9;
}
.BgClassName
{
background-color: #F0B2D9;
}
</style>
border-color css
<style>
span { border-color: #F0B2D9; }
span { border-color: rgb(240,178,217); }
td.TdClassName
{
border-color: #F0B2D9;
}
.TagClassName
{
border-color: #F0B2D9;
}
</style>