Shades of Lavender Pink #F5B7DD
Tints of Lavender Pink #F5B7DD
RGB
CMYK
RGB Variations
Color information
#F5B7DD (or 0xF5B7DD) is known color: Lavender Pink. HEX triplet: F5, B7 and DD. RGB value is (245,183,221). Sum of RGB (Red+Green+Blue) = 245+183+221=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7DD is #0A4822. Grayscale: #CDCDCD. Windows color (decimal): -673827 or 14530549. OLE color: 14530549.
HSL color Cylindrical-coordinate representation of color #F5B7DD: hue angle of 323.23º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B7DD is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 183 | 221 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.04 |
| HSL | 323.23º | 0.76% | 0.84% | - |
| HSV(B) | 323.23º | 0.25% | 0.96% | - |
| XYZ | 67.64 | 58.5 | 76.13 | - |
| YUV | 205.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 183 | 221 | 0 | 0.25 | 0.10 | 0.04 | 323.23 | 0.76 | 0.84 |
| Hex | F5 | B7 | DD | 0 | 19 | A | 4 | 143 | 4C | 54 |
| Octal | 365 | 267 | 335 | 0 | 31 | 12 | 4 | 503 | 114 | 124 |
| Binary | 11110101 | 10110111 | 11011101 | 0 | 11001 | 1010 | 100 | 101000011 | 1001100 | 1010100 |
Color Harmonies of #F5B7DD
Complementary color
Monochromatic Colors of #F5B7DD
Black with #F5B7DD
Text Example
Text Example
White with #F5B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B7DD; }
p { color: rgb(245,183,221); }
H1.HeaderClassName
{
color: #F5B7DD;
}
.AnyTagClassName
{
color: #F5B7DD;
}
</style>
background-color css
<style>
a { background-color: #F5B7DD; }
a { background-color: rgb(245,183,221); }
div.DivClassName
{
background-color: #F5B7DD;
}
.BgClassName
{
background-color: #F5B7DD;
}
</style>
border-color css
<style>
span { border-color: #F5B7DD; }
span { border-color: rgb(245,183,221); }
td.TdClassName
{
border-color: #F5B7DD;
}
.TagClassName
{
border-color: #F5B7DD;
}
</style>