Shades of Lavender Pink #F0B7DD
Tints of Lavender Pink #F0B7DD
RGB
CMYK
RGB Variations
Color information
#F0B7DD (or 0xF0B7DD) is known color: Lavender Pink. HEX triplet: F0, B7 and DD. RGB value is (240,183,221). Sum of RGB (Red+Green+Blue) = 240+183+221=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 183 (71.88% from 255 or 28.42% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7DD is #0F4822. Grayscale: #CCCCCC. Windows color (decimal): -1001507 or 14530544. OLE color: 14530544.
HSL color Cylindrical-coordinate representation of color #F0B7DD: hue angle of 320º 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 #F0B7DD is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 221 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.06 |
| HSL | 320º | 0.66% | 0.83% | - |
| HSV(B) | 320º | 0.24% | 0.94% | - |
| XYZ | 65.92 | 57.61 | 76.05 | - |
| YUV | 204.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 221 | 0 | 0.24 | 0.08 | 0.06 | 320 | 0.66 | 0.83 |
| Hex | F0 | B7 | DD | 0 | 18 | 8 | 6 | 140 | 42 | 53 |
| Octal | 360 | 267 | 335 | 0 | 30 | 10 | 6 | 500 | 102 | 123 |
| Binary | 11110000 | 10110111 | 11011101 | 0 | 11000 | 1000 | 110 | 101000000 | 1000010 | 1010011 |
Color Harmonies of #F0B7DD
Complementary color
Monochromatic Colors of #F0B7DD
Black with #F0B7DD
Text Example
Text Example
White with #F0B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7DD; }
p { color: rgb(240,183,221); }
H1.HeaderClassName
{
color: #F0B7DD;
}
.AnyTagClassName
{
color: #F0B7DD;
}
</style>
background-color css
<style>
a { background-color: #F0B7DD; }
a { background-color: rgb(240,183,221); }
div.DivClassName
{
background-color: #F0B7DD;
}
.BgClassName
{
background-color: #F0B7DD;
}
</style>
border-color css
<style>
span { border-color: #F0B7DD; }
span { border-color: rgb(240,183,221); }
td.TdClassName
{
border-color: #F0B7DD;
}
.TagClassName
{
border-color: #F0B7DD;
}
</style>