Shades of Lavender Pink #F4A1D0
Tints of Lavender Pink #F4A1D0
RGB
CMYK
RGB Variations
Color information
#F4A1D0 (or 0xF4A1D0) is known color: Lavender Pink. HEX triplet: F4, A1 and D0. RGB value is (244,161,208). Sum of RGB (Red+Green+Blue) = 244+161+208=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A1D0 is #0B5E2F. Grayscale: #BFBFBF. Windows color (decimal): -745008 or 13672948. OLE color: 13672948.
HSL color Cylindrical-coordinate representation of color #F4A1D0: hue angle of 326.02º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A1D0 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 208 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.04 |
| HSL | 326.02º | 0.79% | 0.79% | - |
| HSV(B) | 326.02º | 0.34% | 0.96% | - |
| XYZ | 61.44 | 49.28 | 65.95 | - |
| YUV | 191.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 208 | 0 | 0.34 | 0.15 | 0.04 | 326.02 | 0.79 | 0.79 |
| Hex | F4 | A1 | D0 | 0 | 22 | F | 4 | 146 | 4F | 4F |
| Octal | 364 | 241 | 320 | 0 | 42 | 17 | 4 | 506 | 117 | 117 |
| Binary | 11110100 | 10100001 | 11010000 | 0 | 100010 | 1111 | 100 | 101000110 | 1001111 | 1001111 |
Color Harmonies of #F4A1D0
Complementary color
Monochromatic Colors of #F4A1D0
Black with #F4A1D0
Text Example
Text Example
White with #F4A1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A1D0; }
p { color: rgb(244,161,208); }
H1.HeaderClassName
{
color: #F4A1D0;
}
.AnyTagClassName
{
color: #F4A1D0;
}
</style>
background-color css
<style>
a { background-color: #F4A1D0; }
a { background-color: rgb(244,161,208); }
div.DivClassName
{
background-color: #F4A1D0;
}
.BgClassName
{
background-color: #F4A1D0;
}
</style>
border-color css
<style>
span { border-color: #F4A1D0; }
span { border-color: rgb(244,161,208); }
td.TdClassName
{
border-color: #F4A1D0;
}
.TagClassName
{
border-color: #F4A1D0;
}
</style>