Shades of Lavender Pink #F4B0D5
Tints of Lavender Pink #F4B0D5
RGB
CMYK
RGB Variations
Color information
#F4B0D5 (or 0xF4B0D5) is known color: Lavender Pink. HEX triplet: F4, B0 and D5. RGB value is (244,176,213). Sum of RGB (Red+Green+Blue) = 244+176+213=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0D5 is #0B4F2A. Grayscale: #C8C8C8. Windows color (decimal): -741163 or 14004468. OLE color: 14004468.
HSL color Cylindrical-coordinate representation of color #F4B0D5: hue angle of 327.35º 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 #F4B0D5 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 213 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.04 |
| HSL | 327.35º | 0.76% | 0.82% | - |
| HSV(B) | 327.35º | 0.28% | 0.96% | - |
| XYZ | 64.84 | 55.09 | 70.17 | - |
| YUV | 200.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 213 | 0 | 0.28 | 0.13 | 0.04 | 327.35 | 0.76 | 0.82 |
| Hex | F4 | B0 | D5 | 0 | 1C | D | 4 | 147 | 4C | 52 |
| Octal | 364 | 260 | 325 | 0 | 34 | 15 | 4 | 507 | 114 | 122 |
| Binary | 11110100 | 10110000 | 11010101 | 0 | 11100 | 1101 | 100 | 101000111 | 1001100 | 1010010 |
Color Harmonies of #F4B0D5
Complementary color
Monochromatic Colors of #F4B0D5
Black with #F4B0D5
Text Example
Text Example
White with #F4B0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0D5; }
p { color: rgb(244,176,213); }
H1.HeaderClassName
{
color: #F4B0D5;
}
.AnyTagClassName
{
color: #F4B0D5;
}
</style>
background-color css
<style>
a { background-color: #F4B0D5; }
a { background-color: rgb(244,176,213); }
div.DivClassName
{
background-color: #F4B0D5;
}
.BgClassName
{
background-color: #F4B0D5;
}
</style>
border-color css
<style>
span { border-color: #F4B0D5; }
span { border-color: rgb(244,176,213); }
td.TdClassName
{
border-color: #F4B0D5;
}
.TagClassName
{
border-color: #F4B0D5;
}
</style>