Shades of Lavender Pink #F0B7DC
Tints of Lavender Pink #F0B7DC
RGB
CMYK
RGB Variations
Color information
#F0B7DC (or 0xF0B7DC) is known color: Lavender Pink. HEX triplet: F0, B7 and DC. RGB value is (240,183,220). Sum of RGB (Red+Green+Blue) = 240+183+220=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7DC is #0F4823. Grayscale: #CCCCCC. Windows color (decimal): -1001508 or 14465008. OLE color: 14465008.
HSL color Cylindrical-coordinate representation of color #F0B7DC: hue angle of 321.05º 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 #F0B7DC is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 220 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.06 |
| HSL | 321.05º | 0.66% | 0.83% | - |
| HSV(B) | 321.05º | 0.24% | 0.94% | - |
| XYZ | 65.79 | 57.56 | 75.35 | - |
| YUV | 204.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 220 | 0 | 0.24 | 0.08 | 0.06 | 321.05 | 0.66 | 0.83 |
| Hex | F0 | B7 | DC | 0 | 18 | 8 | 6 | 141 | 42 | 53 |
| Octal | 360 | 267 | 334 | 0 | 30 | 10 | 6 | 501 | 102 | 123 |
| Binary | 11110000 | 10110111 | 11011100 | 0 | 11000 | 1000 | 110 | 101000001 | 1000010 | 1010011 |
Color Harmonies of #F0B7DC
Complementary color
Monochromatic Colors of #F0B7DC
Black with #F0B7DC
Text Example
Text Example
White with #F0B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7DC; }
p { color: rgb(240,183,220); }
H1.HeaderClassName
{
color: #F0B7DC;
}
.AnyTagClassName
{
color: #F0B7DC;
}
</style>
background-color css
<style>
a { background-color: #F0B7DC; }
a { background-color: rgb(240,183,220); }
div.DivClassName
{
background-color: #F0B7DC;
}
.BgClassName
{
background-color: #F0B7DC;
}
</style>
border-color css
<style>
span { border-color: #F0B7DC; }
span { border-color: rgb(240,183,220); }
td.TdClassName
{
border-color: #F0B7DC;
}
.TagClassName
{
border-color: #F0B7DC;
}
</style>