Shades of Lavender Pink #F4B0D9
Tints of Lavender Pink #F4B0D9
RGB
CMYK
RGB Variations
Color information
#F4B0D9 (or 0xF4B0D9) is known color: Lavender Pink. HEX triplet: F4, B0 and D9. RGB value is (244,176,217). Sum of RGB (Red+Green+Blue) = 244+176+217=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0D9 is #0B4F26. Grayscale: #C8C8C8. Windows color (decimal): -741159 or 14266612. OLE color: 14266612.
HSL color Cylindrical-coordinate representation of color #F4B0D9: hue angle of 323.82º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0D9 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 217 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.04 |
| HSL | 323.82º | 0.76% | 0.82% | - |
| HSV(B) | 323.82º | 0.28% | 0.96% | - |
| XYZ | 65.36 | 55.29 | 72.87 | - |
| YUV | 201.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 217 | 0 | 0.28 | 0.11 | 0.04 | 323.82 | 0.76 | 0.82 |
| Hex | F4 | B0 | D9 | 0 | 1C | B | 4 | 144 | 4C | 52 |
| Octal | 364 | 260 | 331 | 0 | 34 | 13 | 4 | 504 | 114 | 122 |
| Binary | 11110100 | 10110000 | 11011001 | 0 | 11100 | 1011 | 100 | 101000100 | 1001100 | 1010010 |
Color Harmonies of #F4B0D9
Complementary color
Monochromatic Colors of #F4B0D9
Black with #F4B0D9
Text Example
Text Example
White with #F4B0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0D9; }
p { color: rgb(244,176,217); }
H1.HeaderClassName
{
color: #F4B0D9;
}
.AnyTagClassName
{
color: #F4B0D9;
}
</style>
background-color css
<style>
a { background-color: #F4B0D9; }
a { background-color: rgb(244,176,217); }
div.DivClassName
{
background-color: #F4B0D9;
}
.BgClassName
{
background-color: #F4B0D9;
}
</style>
border-color css
<style>
span { border-color: #F4B0D9; }
span { border-color: rgb(244,176,217); }
td.TdClassName
{
border-color: #F4B0D9;
}
.TagClassName
{
border-color: #F4B0D9;
}
</style>