Shades of Lavender Pink #F0B7D7
Tints of Lavender Pink #F0B7D7
RGB
CMYK
RGB Variations
Color information
#F0B7D7 (or 0xF0B7D7) is known color: Lavender Pink. HEX triplet: F0, B7 and D7. RGB value is (240,183,215). Sum of RGB (Red+Green+Blue) = 240+183+215=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7D7 is #0F4828. Grayscale: #CBCBCB. Windows color (decimal): -1001513 or 14137328. OLE color: 14137328.
HSL color Cylindrical-coordinate representation of color #F0B7D7: hue angle of 326.32º 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 #F0B7D7 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 215 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.06 |
| HSL | 326.32º | 0.66% | 0.83% | - |
| HSV(B) | 326.32º | 0.24% | 0.94% | - |
| XYZ | 65.13 | 57.3 | 71.92 | - |
| YUV | 203.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 215 | 0 | 0.24 | 0.10 | 0.06 | 326.32 | 0.66 | 0.83 |
| Hex | F0 | B7 | D7 | 0 | 18 | A | 6 | 146 | 42 | 53 |
| Octal | 360 | 267 | 327 | 0 | 30 | 12 | 6 | 506 | 102 | 123 |
| Binary | 11110000 | 10110111 | 11010111 | 0 | 11000 | 1010 | 110 | 101000110 | 1000010 | 1010011 |
Color Harmonies of #F0B7D7
Complementary color
Monochromatic Colors of #F0B7D7
Black with #F0B7D7
Text Example
Text Example
White with #F0B7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7D7; }
p { color: rgb(240,183,215); }
H1.HeaderClassName
{
color: #F0B7D7;
}
.AnyTagClassName
{
color: #F0B7D7;
}
</style>
background-color css
<style>
a { background-color: #F0B7D7; }
a { background-color: rgb(240,183,215); }
div.DivClassName
{
background-color: #F0B7D7;
}
.BgClassName
{
background-color: #F0B7D7;
}
</style>
border-color css
<style>
span { border-color: #F0B7D7; }
span { border-color: rgb(240,183,215); }
td.TdClassName
{
border-color: #F0B7D7;
}
.TagClassName
{
border-color: #F0B7D7;
}
</style>