Shades of Lavender Pink #F1A8CA
Tints of Lavender Pink #F1A8CA
RGB
CMYK
RGB Variations
Color information
#F1A8CA (or 0xF1A8CA) is known color: Lavender Pink. HEX triplet: F1, A8 and CA. RGB value is (241,168,202). Sum of RGB (Red+Green+Blue) = 241+168+202=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A8CA is #0E5735. Grayscale: #C1C1C1. Windows color (decimal): -939830 or 13281521. OLE color: 13281521.
HSL color Cylindrical-coordinate representation of color #F1A8CA: hue angle of 332.05º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A8CA is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 202 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.05 |
| HSL | 332.05º | 0.72% | 0.8% | - |
| HSV(B) | 332.05º | 0.3% | 0.95% | - |
| XYZ | 60.94 | 50.97 | 62.5 | - |
| YUV | 193.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 202 | 0 | 0.30 | 0.16 | 0.05 | 332.05 | 0.72 | 0.8 |
| Hex | F1 | A8 | CA | 0 | 1E | 10 | 5 | 14C | 48 | 50 |
| Octal | 361 | 250 | 312 | 0 | 36 | 20 | 5 | 514 | 110 | 120 |
| Binary | 11110001 | 10101000 | 11001010 | 0 | 11110 | 10000 | 101 | 101001100 | 1001000 | 1010000 |
Color Harmonies of #F1A8CA
Complementary color
Monochromatic Colors of #F1A8CA
Black with #F1A8CA
Text Example
Text Example
White with #F1A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A8CA; }
p { color: rgb(241,168,202); }
H1.HeaderClassName
{
color: #F1A8CA;
}
.AnyTagClassName
{
color: #F1A8CA;
}
</style>
background-color css
<style>
a { background-color: #F1A8CA; }
a { background-color: rgb(241,168,202); }
div.DivClassName
{
background-color: #F1A8CA;
}
.BgClassName
{
background-color: #F1A8CA;
}
</style>
border-color css
<style>
span { border-color: #F1A8CA; }
span { border-color: rgb(241,168,202); }
td.TdClassName
{
border-color: #F1A8CA;
}
.TagClassName
{
border-color: #F1A8CA;
}
</style>