Shades of Lavender Pink #F0B2D0
Tints of Lavender Pink #F0B2D0
RGB
CMYK
RGB Variations
Color information
#F0B2D0 (or 0xF0B2D0) is known color: Lavender Pink. HEX triplet: F0, B2 and D0. RGB value is (240,178,208). Sum of RGB (Red+Green+Blue) = 240+178+208=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2D0 is #0F4D2F. Grayscale: #C7C7C7. Windows color (decimal): -1002800 or 13677296. OLE color: 13677296.
HSL color Cylindrical-coordinate representation of color #F0B2D0: hue angle of 330.97º 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 #F0B2D0 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 208 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.06 |
| HSL | 330.97º | 0.67% | 0.82% | - |
| HSV(B) | 330.97º | 0.26% | 0.94% | - |
| XYZ | 63.24 | 54.92 | 66.94 | - |
| YUV | 199.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 208 | 0 | 0.26 | 0.13 | 0.06 | 330.97 | 0.67 | 0.82 |
| Hex | F0 | B2 | D0 | 0 | 1A | D | 6 | 14B | 43 | 52 |
| Octal | 360 | 262 | 320 | 0 | 32 | 15 | 6 | 513 | 103 | 122 |
| Binary | 11110000 | 10110010 | 11010000 | 0 | 11010 | 1101 | 110 | 101001011 | 1000011 | 1010010 |
Color Harmonies of #F0B2D0
Complementary color
Monochromatic Colors of #F0B2D0
Black with #F0B2D0
Text Example
Text Example
White with #F0B2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2D0; }
p { color: rgb(240,178,208); }
H1.HeaderClassName
{
color: #F0B2D0;
}
.AnyTagClassName
{
color: #F0B2D0;
}
</style>
background-color css
<style>
a { background-color: #F0B2D0; }
a { background-color: rgb(240,178,208); }
div.DivClassName
{
background-color: #F0B2D0;
}
.BgClassName
{
background-color: #F0B2D0;
}
</style>
border-color css
<style>
span { border-color: #F0B2D0; }
span { border-color: rgb(240,178,208); }
td.TdClassName
{
border-color: #F0B2D0;
}
.TagClassName
{
border-color: #F0B2D0;
}
</style>