Shades of Lavender Pink #F4B7DB
Tints of Lavender Pink #F4B7DB
RGB
CMYK
RGB Variations
Color information
#F4B7DB (or 0xF4B7DB) is known color: Lavender Pink. HEX triplet: F4, B7 and DB. RGB value is (244,183,219). Sum of RGB (Red+Green+Blue) = 244+183+219=646 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.77% from 646); Green value is 183 (71.88% from 255 or 28.33% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B7DB is #0B4824. Grayscale: #CDCDCD. Windows color (decimal): -739365 or 14399476. OLE color: 14399476.
HSL color Cylindrical-coordinate representation of color #F4B7DB: hue angle of 324.59º degrees, saturation: 0.73, 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 #F4B7DB is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 183 | 219 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.04 |
| HSL | 324.59º | 0.73% | 0.84% | - |
| HSV(B) | 324.59º | 0.25% | 0.96% | - |
| XYZ | 67.03 | 58.21 | 74.72 | - |
| YUV | 205.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 183 | 219 | 0 | 0.25 | 0.10 | 0.04 | 324.59 | 0.73 | 0.84 |
| Hex | F4 | B7 | DB | 0 | 19 | A | 4 | 145 | 49 | 54 |
| Octal | 364 | 267 | 333 | 0 | 31 | 12 | 4 | 505 | 111 | 124 |
| Binary | 11110100 | 10110111 | 11011011 | 0 | 11001 | 1010 | 100 | 101000101 | 1001001 | 1010100 |
Color Harmonies of #F4B7DB
Complementary color
Monochromatic Colors of #F4B7DB
Black with #F4B7DB
Text Example
Text Example
White with #F4B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B7DB; }
p { color: rgb(244,183,219); }
H1.HeaderClassName
{
color: #F4B7DB;
}
.AnyTagClassName
{
color: #F4B7DB;
}
</style>
background-color css
<style>
a { background-color: #F4B7DB; }
a { background-color: rgb(244,183,219); }
div.DivClassName
{
background-color: #F4B7DB;
}
.BgClassName
{
background-color: #F4B7DB;
}
</style>
border-color css
<style>
span { border-color: #F4B7DB; }
span { border-color: rgb(244,183,219); }
td.TdClassName
{
border-color: #F4B7DB;
}
.TagClassName
{
border-color: #F4B7DB;
}
</style>