Shades of Lavender Pink #F1A5CA
Tints of Lavender Pink #F1A5CA
RGB
CMYK
RGB Variations
Color information
#F1A5CA (or 0xF1A5CA) is known color: Lavender Pink. HEX triplet: F1, A5 and CA. RGB value is (241,165,202). Sum of RGB (Red+Green+Blue) = 241+165+202=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5CA is #0E5A35. Grayscale: #BFBFBF. Windows color (decimal): -940598 or 13280753. OLE color: 13280753.
HSL color Cylindrical-coordinate representation of color #F1A5CA: hue angle of 330.79º 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 #F1A5CA is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 202 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.05 |
| HSL | 330.79º | 0.73% | 0.8% | - |
| HSV(B) | 330.79º | 0.32% | 0.95% | - |
| XYZ | 60.39 | 49.88 | 62.32 | - |
| YUV | 191.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 202 | 0 | 0.32 | 0.16 | 0.05 | 330.79 | 0.73 | 0.8 |
| Hex | F1 | A5 | CA | 0 | 20 | 10 | 5 | 14B | 49 | 50 |
| Octal | 361 | 245 | 312 | 0 | 40 | 20 | 5 | 513 | 111 | 120 |
| Binary | 11110001 | 10100101 | 11001010 | 0 | 100000 | 10000 | 101 | 101001011 | 1001001 | 1010000 |
Color Harmonies of #F1A5CA
Complementary color
Monochromatic Colors of #F1A5CA
Black with #F1A5CA
Text Example
Text Example
White with #F1A5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A5CA; }
p { color: rgb(241,165,202); }
H1.HeaderClassName
{
color: #F1A5CA;
}
.AnyTagClassName
{
color: #F1A5CA;
}
</style>
background-color css
<style>
a { background-color: #F1A5CA; }
a { background-color: rgb(241,165,202); }
div.DivClassName
{
background-color: #F1A5CA;
}
.BgClassName
{
background-color: #F1A5CA;
}
</style>
border-color css
<style>
span { border-color: #F1A5CA; }
span { border-color: rgb(241,165,202); }
td.TdClassName
{
border-color: #F1A5CA;
}
.TagClassName
{
border-color: #F1A5CA;
}
</style>