Shades of Lavender Pink #F4B7DC
Tints of Lavender Pink #F4B7DC
RGB
CMYK
RGB Variations
Color information
#F4B7DC (or 0xF4B7DC) is known color: Lavender Pink. HEX triplet: F4, B7 and DC. RGB value is (244,183,220). Sum of RGB (Red+Green+Blue) = 244+183+220=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 183 (71.88% from 255 or 28.28% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B7DC is #0B4823. Grayscale: #CDCDCD. Windows color (decimal): -739364 or 14465012. OLE color: 14465012.
HSL color Cylindrical-coordinate representation of color #F4B7DC: hue angle of 323.61º 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 #F4B7DC is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 183 | 220 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.04 |
| HSL | 323.61º | 0.73% | 0.84% | - |
| HSV(B) | 323.61º | 0.25% | 0.96% | - |
| XYZ | 67.16 | 58.27 | 75.42 | - |
| YUV | 205.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 183 | 220 | 0 | 0.25 | 0.10 | 0.04 | 323.61 | 0.73 | 0.84 |
| Hex | F4 | B7 | DC | 0 | 19 | A | 4 | 144 | 49 | 54 |
| Octal | 364 | 267 | 334 | 0 | 31 | 12 | 4 | 504 | 111 | 124 |
| Binary | 11110100 | 10110111 | 11011100 | 0 | 11001 | 1010 | 100 | 101000100 | 1001001 | 1010100 |
Color Harmonies of #F4B7DC
Complementary color
Monochromatic Colors of #F4B7DC
Black with #F4B7DC
Text Example
Text Example
White with #F4B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B7DC; }
p { color: rgb(244,183,220); }
H1.HeaderClassName
{
color: #F4B7DC;
}
.AnyTagClassName
{
color: #F4B7DC;
}
</style>
background-color css
<style>
a { background-color: #F4B7DC; }
a { background-color: rgb(244,183,220); }
div.DivClassName
{
background-color: #F4B7DC;
}
.BgClassName
{
background-color: #F4B7DC;
}
</style>
border-color css
<style>
span { border-color: #F4B7DC; }
span { border-color: rgb(244,183,220); }
td.TdClassName
{
border-color: #F4B7DC;
}
.TagClassName
{
border-color: #F4B7DC;
}
</style>