Shades of Lavender Pink #F1A5CD
Tints of Lavender Pink #F1A5CD
RGB
CMYK
RGB Variations
Color information
#F1A5CD (or 0xF1A5CD) is known color: Lavender Pink. HEX triplet: F1, A5 and CD. RGB value is (241,165,205). Sum of RGB (Red+Green+Blue) = 241+165+205=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 165 (64.84% from 255 or 27.00% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5CD is #0E5A32. Grayscale: #C0C0C0. Windows color (decimal): -940595 or 13477361. OLE color: 13477361.
HSL color Cylindrical-coordinate representation of color #F1A5CD: hue angle of 328.42º 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 #F1A5CD is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 205 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.05 |
| HSL | 328.42º | 0.73% | 0.8% | - |
| HSV(B) | 328.42º | 0.32% | 0.95% | - |
| XYZ | 60.75 | 50.02 | 64.21 | - |
| YUV | 192.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 205 | 0 | 0.32 | 0.15 | 0.05 | 328.42 | 0.73 | 0.8 |
| Hex | F1 | A5 | CD | 0 | 20 | F | 5 | 148 | 49 | 50 |
| Octal | 361 | 245 | 315 | 0 | 40 | 17 | 5 | 510 | 111 | 120 |
| Binary | 11110001 | 10100101 | 11001101 | 0 | 100000 | 1111 | 101 | 101001000 | 1001001 | 1010000 |
Color Harmonies of #F1A5CD
Complementary color
Monochromatic Colors of #F1A5CD
Black with #F1A5CD
Text Example
Text Example
White with #F1A5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A5CD; }
p { color: rgb(241,165,205); }
H1.HeaderClassName
{
color: #F1A5CD;
}
.AnyTagClassName
{
color: #F1A5CD;
}
</style>
background-color css
<style>
a { background-color: #F1A5CD; }
a { background-color: rgb(241,165,205); }
div.DivClassName
{
background-color: #F1A5CD;
}
.BgClassName
{
background-color: #F1A5CD;
}
</style>
border-color css
<style>
span { border-color: #F1A5CD; }
span { border-color: rgb(241,165,205); }
td.TdClassName
{
border-color: #F1A5CD;
}
.TagClassName
{
border-color: #F1A5CD;
}
</style>