Shades of Lavender Pink #F7B7DB
Tints of Lavender Pink #F7B7DB
RGB
CMYK
RGB Variations
Color information
#F7B7DB (or 0xF7B7DB) is known color: Lavender Pink. HEX triplet: F7, B7 and DB. RGB value is (247,183,219). Sum of RGB (Red+Green+Blue) = 247+183+219=649 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.06% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B7DB is #084824. Grayscale: #CECECE. Windows color (decimal): -542757 or 14399479. OLE color: 14399479.
HSL color Cylindrical-coordinate representation of color #F7B7DB: hue angle of 326.25º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7B7DB is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 183 | 219 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.03 |
| HSL | 326.25º | 0.8% | 0.84% | - |
| HSV(B) | 326.25º | 0.26% | 0.97% | - |
| XYZ | 68.08 | 58.76 | 74.77 | - |
| YUV | 206.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 219 | 0 | 0.26 | 0.11 | 0.03 | 326.25 | 0.8 | 0.84 |
| Hex | F7 | B7 | DB | 0 | 1A | B | 3 | 146 | 50 | 54 |
| Octal | 367 | 267 | 333 | 0 | 32 | 13 | 3 | 506 | 120 | 124 |
| Binary | 11110111 | 10110111 | 11011011 | 0 | 11010 | 1011 | 11 | 101000110 | 1010000 | 1010100 |
Color Harmonies of #F7B7DB
Complementary color
Monochromatic Colors of #F7B7DB
Black with #F7B7DB
Text Example
Text Example
White with #F7B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B7DB; }
p { color: rgb(247,183,219); }
H1.HeaderClassName
{
color: #F7B7DB;
}
.AnyTagClassName
{
color: #F7B7DB;
}
</style>
background-color css
<style>
a { background-color: #F7B7DB; }
a { background-color: rgb(247,183,219); }
div.DivClassName
{
background-color: #F7B7DB;
}
.BgClassName
{
background-color: #F7B7DB;
}
</style>
border-color css
<style>
span { border-color: #F7B7DB; }
span { border-color: rgb(247,183,219); }
td.TdClassName
{
border-color: #F7B7DB;
}
.TagClassName
{
border-color: #F7B7DB;
}
</style>