Shades of Lavender Pink #F1A3CB
Tints of Lavender Pink #F1A3CB
RGB
CMYK
RGB Variations
Color information
#F1A3CB (or 0xF1A3CB) is known color: Lavender Pink. HEX triplet: F1, A3 and CB. RGB value is (241,163,203). Sum of RGB (Red+Green+Blue) = 241+163+203=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3CB is #0E5C34. Grayscale: #BEBEBE. Windows color (decimal): -941109 or 13345777. OLE color: 13345777.
HSL color Cylindrical-coordinate representation of color #F1A3CB: hue angle of 329.23º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A3CB is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 203 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.05 |
| HSL | 329.23º | 0.74% | 0.79% | - |
| HSV(B) | 329.23º | 0.32% | 0.95% | - |
| XYZ | 60.15 | 49.21 | 62.83 | - |
| YUV | 190.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 203 | 0 | 0.32 | 0.16 | 0.05 | 329.23 | 0.74 | 0.79 |
| Hex | F1 | A3 | CB | 0 | 20 | 10 | 5 | 149 | 4A | 4F |
| Octal | 361 | 243 | 313 | 0 | 40 | 20 | 5 | 511 | 112 | 117 |
| Binary | 11110001 | 10100011 | 11001011 | 0 | 100000 | 10000 | 101 | 101001001 | 1001010 | 1001111 |
Color Harmonies of #F1A3CB
Complementary color
Monochromatic Colors of #F1A3CB
Black with #F1A3CB
Text Example
Text Example
White with #F1A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A3CB; }
p { color: rgb(241,163,203); }
H1.HeaderClassName
{
color: #F1A3CB;
}
.AnyTagClassName
{
color: #F1A3CB;
}
</style>
background-color css
<style>
a { background-color: #F1A3CB; }
a { background-color: rgb(241,163,203); }
div.DivClassName
{
background-color: #F1A3CB;
}
.BgClassName
{
background-color: #F1A3CB;
}
</style>
border-color css
<style>
span { border-color: #F1A3CB; }
span { border-color: rgb(241,163,203); }
td.TdClassName
{
border-color: #F1A3CB;
}
.TagClassName
{
border-color: #F1A3CB;
}
</style>