Shades of Lavender Pink #F1A4D2
Tints of Lavender Pink #F1A4D2
RGB
CMYK
RGB Variations
Color information
#F1A4D2 (or 0xF1A4D2) is known color: Lavender Pink. HEX triplet: F1, A4 and D2. RGB value is (241,164,210). Sum of RGB (Red+Green+Blue) = 241+164+210=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4D2 is #0E5B2D. Grayscale: #C0C0C0. Windows color (decimal): -940846 or 13804785. OLE color: 13804785.
HSL color Cylindrical-coordinate representation of color #F1A4D2: hue angle of 324.16º 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 #F1A4D2 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 210 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.05 |
| HSL | 324.16º | 0.73% | 0.79% | - |
| HSV(B) | 324.16º | 0.32% | 0.95% | - |
| XYZ | 61.18 | 49.9 | 67.38 | - |
| YUV | 192.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 210 | 0 | 0.32 | 0.13 | 0.05 | 324.16 | 0.73 | 0.79 |
| Hex | F1 | A4 | D2 | 0 | 20 | D | 5 | 144 | 49 | 4F |
| Octal | 361 | 244 | 322 | 0 | 40 | 15 | 5 | 504 | 111 | 117 |
| Binary | 11110001 | 10100100 | 11010010 | 0 | 100000 | 1101 | 101 | 101000100 | 1001001 | 1001111 |
Color Harmonies of #F1A4D2
Complementary color
Monochromatic Colors of #F1A4D2
Black with #F1A4D2
Text Example
Text Example
White with #F1A4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4D2; }
p { color: rgb(241,164,210); }
H1.HeaderClassName
{
color: #F1A4D2;
}
.AnyTagClassName
{
color: #F1A4D2;
}
</style>
background-color css
<style>
a { background-color: #F1A4D2; }
a { background-color: rgb(241,164,210); }
div.DivClassName
{
background-color: #F1A4D2;
}
.BgClassName
{
background-color: #F1A4D2;
}
</style>
border-color css
<style>
span { border-color: #F1A4D2; }
span { border-color: rgb(241,164,210); }
td.TdClassName
{
border-color: #F1A4D2;
}
.TagClassName
{
border-color: #F1A4D2;
}
</style>