Shades of Lavender Pink #F0B7D5
Tints of Lavender Pink #F0B7D5
RGB
CMYK
RGB Variations
Color information
#F0B7D5 (or 0xF0B7D5) is known color: Lavender Pink. HEX triplet: F0, B7 and D5. RGB value is (240,183,213). Sum of RGB (Red+Green+Blue) = 240+183+213=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7D5 is #0F482A. Grayscale: #CBCBCB. Windows color (decimal): -1001515 or 14006256. OLE color: 14006256.
HSL color Cylindrical-coordinate representation of color #F0B7D5: hue angle of 328.42º 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 #F0B7D5 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 213 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.06 |
| HSL | 328.42º | 0.66% | 0.83% | - |
| HSV(B) | 328.42º | 0.24% | 0.94% | - |
| XYZ | 64.88 | 57.2 | 70.57 | - |
| YUV | 203.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 213 | 0 | 0.24 | 0.11 | 0.06 | 328.42 | 0.66 | 0.83 |
| Hex | F0 | B7 | D5 | 0 | 18 | B | 6 | 148 | 42 | 53 |
| Octal | 360 | 267 | 325 | 0 | 30 | 13 | 6 | 510 | 102 | 123 |
| Binary | 11110000 | 10110111 | 11010101 | 0 | 11000 | 1011 | 110 | 101001000 | 1000010 | 1010011 |
Color Harmonies of #F0B7D5
Complementary color
Monochromatic Colors of #F0B7D5
Black with #F0B7D5
Text Example
Text Example
White with #F0B7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7D5; }
p { color: rgb(240,183,213); }
H1.HeaderClassName
{
color: #F0B7D5;
}
.AnyTagClassName
{
color: #F0B7D5;
}
</style>
background-color css
<style>
a { background-color: #F0B7D5; }
a { background-color: rgb(240,183,213); }
div.DivClassName
{
background-color: #F0B7D5;
}
.BgClassName
{
background-color: #F0B7D5;
}
</style>
border-color css
<style>
span { border-color: #F0B7D5; }
span { border-color: rgb(240,183,213); }
td.TdClassName
{
border-color: #F0B7D5;
}
.TagClassName
{
border-color: #F0B7D5;
}
</style>