Shades of Lavender Pink #F0B7D0
Tints of Lavender Pink #F0B7D0
RGB
CMYK
RGB Variations
Color information
#F0B7D0 (or 0xF0B7D0) is known color: Lavender Pink. HEX triplet: F0, B7 and D0. RGB value is (240,183,208). Sum of RGB (Red+Green+Blue) = 240+183+208=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7D0 is #0F482F. Grayscale: #CACACA. Windows color (decimal): -1001520 or 13678576. OLE color: 13678576.
HSL color Cylindrical-coordinate representation of color #F0B7D0: hue angle of 333.68º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B7D0 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 208 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.06 |
| HSL | 333.68º | 0.66% | 0.83% | - |
| HSV(B) | 333.68º | 0.24% | 0.94% | - |
| XYZ | 64.25 | 56.95 | 67.28 | - |
| YUV | 202.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 208 | 0 | 0.24 | 0.13 | 0.06 | 333.68 | 0.66 | 0.83 |
| Hex | F0 | B7 | D0 | 0 | 18 | D | 6 | 14E | 42 | 53 |
| Octal | 360 | 267 | 320 | 0 | 30 | 15 | 6 | 516 | 102 | 123 |
| Binary | 11110000 | 10110111 | 11010000 | 0 | 11000 | 1101 | 110 | 101001110 | 1000010 | 1010011 |
Color Harmonies of #F0B7D0
Complementary color
Monochromatic Colors of #F0B7D0
Black with #F0B7D0
Text Example
Text Example
White with #F0B7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7D0; }
p { color: rgb(240,183,208); }
H1.HeaderClassName
{
color: #F0B7D0;
}
.AnyTagClassName
{
color: #F0B7D0;
}
</style>
background-color css
<style>
a { background-color: #F0B7D0; }
a { background-color: rgb(240,183,208); }
div.DivClassName
{
background-color: #F0B7D0;
}
.BgClassName
{
background-color: #F0B7D0;
}
</style>
border-color css
<style>
span { border-color: #F0B7D0; }
span { border-color: rgb(240,183,208); }
td.TdClassName
{
border-color: #F0B7D0;
}
.TagClassName
{
border-color: #F0B7D0;
}
</style>