Shades of Lavender Pink #F1A4D0
Tints of Lavender Pink #F1A4D0
RGB
CMYK
RGB Variations
Color information
#F1A4D0 (or 0xF1A4D0) is known color: Lavender Pink. HEX triplet: F1, A4 and D0. RGB value is (241,164,208). Sum of RGB (Red+Green+Blue) = 241+164+208=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4D0 is #0E5B2F. Grayscale: #BFBFBF. Windows color (decimal): -940848 or 13673713. OLE color: 13673713.
HSL color Cylindrical-coordinate representation of color #F1A4D0: hue angle of 325.71º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A4D0 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 208 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.05 |
| HSL | 325.71º | 0.73% | 0.79% | - |
| HSV(B) | 325.71º | 0.32% | 0.95% | - |
| XYZ | 60.94 | 49.81 | 66.08 | - |
| YUV | 192.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 208 | 0 | 0.32 | 0.14 | 0.05 | 325.71 | 0.73 | 0.79 |
| Hex | F1 | A4 | D0 | 0 | 20 | E | 5 | 146 | 49 | 4F |
| Octal | 361 | 244 | 320 | 0 | 40 | 16 | 5 | 506 | 111 | 117 |
| Binary | 11110001 | 10100100 | 11010000 | 0 | 100000 | 1110 | 101 | 101000110 | 1001001 | 1001111 |
Color Harmonies of #F1A4D0
Complementary color
Monochromatic Colors of #F1A4D0
Black with #F1A4D0
Text Example
Text Example
White with #F1A4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4D0; }
p { color: rgb(241,164,208); }
H1.HeaderClassName
{
color: #F1A4D0;
}
.AnyTagClassName
{
color: #F1A4D0;
}
</style>
background-color css
<style>
a { background-color: #F1A4D0; }
a { background-color: rgb(241,164,208); }
div.DivClassName
{
background-color: #F1A4D0;
}
.BgClassName
{
background-color: #F1A4D0;
}
</style>
border-color css
<style>
span { border-color: #F1A4D0; }
span { border-color: rgb(241,164,208); }
td.TdClassName
{
border-color: #F1A4D0;
}
.TagClassName
{
border-color: #F1A4D0;
}
</style>