Shades of Lavender Pink #F1A5D2
Tints of Lavender Pink #F1A5D2
RGB
CMYK
RGB Variations
Color information
#F1A5D2 (or 0xF1A5D2) is known color: Lavender Pink. HEX triplet: F1, A5 and D2. RGB value is (241,165,210). Sum of RGB (Red+Green+Blue) = 241+165+210=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5D2 is #0E5A2D. Grayscale: #C0C0C0. Windows color (decimal): -940590 or 13805041. OLE color: 13805041.
HSL color Cylindrical-coordinate representation of color #F1A5D2: hue angle of 324.47º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A5D2 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 210 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.05 |
| HSL | 324.47º | 0.73% | 0.8% | - |
| HSV(B) | 324.47º | 0.32% | 0.95% | - |
| XYZ | 61.36 | 50.26 | 67.44 | - |
| YUV | 192.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 210 | 0 | 0.32 | 0.13 | 0.05 | 324.47 | 0.73 | 0.8 |
| Hex | F1 | A5 | D2 | 0 | 20 | D | 5 | 144 | 49 | 50 |
| Octal | 361 | 245 | 322 | 0 | 40 | 15 | 5 | 504 | 111 | 120 |
| Binary | 11110001 | 10100101 | 11010010 | 0 | 100000 | 1101 | 101 | 101000100 | 1001001 | 1010000 |
Color Harmonies of #F1A5D2
Complementary color
Monochromatic Colors of #F1A5D2
Black with #F1A5D2
Text Example
Text Example
White with #F1A5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A5D2; }
p { color: rgb(241,165,210); }
H1.HeaderClassName
{
color: #F1A5D2;
}
.AnyTagClassName
{
color: #F1A5D2;
}
</style>
background-color css
<style>
a { background-color: #F1A5D2; }
a { background-color: rgb(241,165,210); }
div.DivClassName
{
background-color: #F1A5D2;
}
.BgClassName
{
background-color: #F1A5D2;
}
</style>
border-color css
<style>
span { border-color: #F1A5D2; }
span { border-color: rgb(241,165,210); }
td.TdClassName
{
border-color: #F1A5D2;
}
.TagClassName
{
border-color: #F1A5D2;
}
</style>