Shades of Lavender Pink #F0B7D3
Tints of Lavender Pink #F0B7D3
RGB
CMYK
RGB Variations
Color information
#F0B7D3 (or 0xF0B7D3) is known color: Lavender Pink. HEX triplet: F0, B7 and D3. RGB value is (240,183,211). Sum of RGB (Red+Green+Blue) = 240+183+211=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7D3 is #0F482C. Grayscale: #CBCBCB. Windows color (decimal): -1001517 or 13875184. OLE color: 13875184.
HSL color Cylindrical-coordinate representation of color #F0B7D3: hue angle of 330.53º 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 #F0B7D3 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 211 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.06 |
| HSL | 330.53º | 0.66% | 0.83% | - |
| HSV(B) | 330.53º | 0.24% | 0.94% | - |
| XYZ | 64.63 | 57.1 | 69.24 | - |
| YUV | 203.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 211 | 0 | 0.24 | 0.12 | 0.06 | 330.53 | 0.66 | 0.83 |
| Hex | F0 | B7 | D3 | 0 | 18 | C | 6 | 14B | 42 | 53 |
| Octal | 360 | 267 | 323 | 0 | 30 | 14 | 6 | 513 | 102 | 123 |
| Binary | 11110000 | 10110111 | 11010011 | 0 | 11000 | 1100 | 110 | 101001011 | 1000010 | 1010011 |
Color Harmonies of #F0B7D3
Complementary color
Monochromatic Colors of #F0B7D3
Black with #F0B7D3
Text Example
Text Example
White with #F0B7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7D3; }
p { color: rgb(240,183,211); }
H1.HeaderClassName
{
color: #F0B7D3;
}
.AnyTagClassName
{
color: #F0B7D3;
}
</style>
background-color css
<style>
a { background-color: #F0B7D3; }
a { background-color: rgb(240,183,211); }
div.DivClassName
{
background-color: #F0B7D3;
}
.BgClassName
{
background-color: #F0B7D3;
}
</style>
border-color css
<style>
span { border-color: #F0B7D3; }
span { border-color: rgb(240,183,211); }
td.TdClassName
{
border-color: #F0B7D3;
}
.TagClassName
{
border-color: #F0B7D3;
}
</style>