Shades of Lavender Pink #F5ABCB
Tints of Lavender Pink #F5ABCB
RGB
CMYK
RGB Variations
Color information
#F5ABCB (or 0xF5ABCB) is known color: Lavender Pink. HEX triplet: F5, AB and CB. RGB value is (245,171,203). Sum of RGB (Red+Green+Blue) = 245+171+203=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABCB is #0A5434. Grayscale: #C4C4C4. Windows color (decimal): -676917 or 13347829. OLE color: 13347829.
HSL color Cylindrical-coordinate representation of color #F5ABCB: hue angle of 334.05º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ABCB is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 203 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.04 |
| HSL | 334.05º | 0.79% | 0.82% | - |
| HSV(B) | 334.05º | 0.3% | 0.96% | - |
| XYZ | 63 | 52.85 | 63.38 | - |
| YUV | 196.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 203 | 0 | 0.30 | 0.17 | 0.04 | 334.05 | 0.79 | 0.82 |
| Hex | F5 | AB | CB | 0 | 1E | 11 | 4 | 14E | 4F | 52 |
| Octal | 365 | 253 | 313 | 0 | 36 | 21 | 4 | 516 | 117 | 122 |
| Binary | 11110101 | 10101011 | 11001011 | 0 | 11110 | 10001 | 100 | 101001110 | 1001111 | 1010010 |
Color Harmonies of #F5ABCB
Complementary color
Monochromatic Colors of #F5ABCB
Black with #F5ABCB
Text Example
Text Example
White with #F5ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABCB; }
p { color: rgb(245,171,203); }
H1.HeaderClassName
{
color: #F5ABCB;
}
.AnyTagClassName
{
color: #F5ABCB;
}
</style>
background-color css
<style>
a { background-color: #F5ABCB; }
a { background-color: rgb(245,171,203); }
div.DivClassName
{
background-color: #F5ABCB;
}
.BgClassName
{
background-color: #F5ABCB;
}
</style>
border-color css
<style>
span { border-color: #F5ABCB; }
span { border-color: rgb(245,171,203); }
td.TdClassName
{
border-color: #F5ABCB;
}
.TagClassName
{
border-color: #F5ABCB;
}
</style>