Shades of Lavender Pink #F1A9CB
Tints of Lavender Pink #F1A9CB
RGB
CMYK
RGB Variations
Color information
#F1A9CB (or 0xF1A9CB) is known color: Lavender Pink. HEX triplet: F1, A9 and CB. RGB value is (241,169,203). Sum of RGB (Red+Green+Blue) = 241+169+203=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9CB is #0E5634. Grayscale: #C2C2C2. Windows color (decimal): -939573 or 13347313. OLE color: 13347313.
HSL color Cylindrical-coordinate representation of color #F1A9CB: hue angle of 331.67º 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 #F1A9CB is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 169 | 203 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.05 |
| HSL | 331.67º | 0.72% | 0.8% | - |
| HSV(B) | 331.67º | 0.3% | 0.95% | - |
| XYZ | 61.24 | 51.39 | 63.19 | - |
| YUV | 194.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 169 | 203 | 0 | 0.30 | 0.16 | 0.05 | 331.67 | 0.72 | 0.8 |
| Hex | F1 | A9 | CB | 0 | 1E | 10 | 5 | 14C | 48 | 50 |
| Octal | 361 | 251 | 313 | 0 | 36 | 20 | 5 | 514 | 110 | 120 |
| Binary | 11110001 | 10101001 | 11001011 | 0 | 11110 | 10000 | 101 | 101001100 | 1001000 | 1010000 |
Color Harmonies of #F1A9CB
Complementary color
Monochromatic Colors of #F1A9CB
Black with #F1A9CB
Text Example
Text Example
White with #F1A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A9CB; }
p { color: rgb(241,169,203); }
H1.HeaderClassName
{
color: #F1A9CB;
}
.AnyTagClassName
{
color: #F1A9CB;
}
</style>
background-color css
<style>
a { background-color: #F1A9CB; }
a { background-color: rgb(241,169,203); }
div.DivClassName
{
background-color: #F1A9CB;
}
.BgClassName
{
background-color: #F1A9CB;
}
</style>
border-color css
<style>
span { border-color: #F1A9CB; }
span { border-color: rgb(241,169,203); }
td.TdClassName
{
border-color: #F1A9CB;
}
.TagClassName
{
border-color: #F1A9CB;
}
</style>