Shades of Lavender Pink #F5ABCF
Tints of Lavender Pink #F5ABCF
RGB
CMYK
RGB Variations
Color information
#F5ABCF (or 0xF5ABCF) is known color: Lavender Pink. HEX triplet: F5, AB and CF. RGB value is (245,171,207). Sum of RGB (Red+Green+Blue) = 245+171+207=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABCF is #0A5430. Grayscale: #C5C5C5. Windows color (decimal): -676913 or 13609973. OLE color: 13609973.
HSL color Cylindrical-coordinate representation of color #F5ABCF: hue angle of 330.81º 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 #F5ABCF is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 207 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.04 |
| HSL | 330.81º | 0.79% | 0.82% | - |
| HSV(B) | 330.81º | 0.3% | 0.96% | - |
| XYZ | 63.48 | 53.04 | 65.92 | - |
| YUV | 197.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 207 | 0 | 0.30 | 0.16 | 0.04 | 330.81 | 0.79 | 0.82 |
| Hex | F5 | AB | CF | 0 | 1E | 10 | 4 | 14B | 4F | 52 |
| Octal | 365 | 253 | 317 | 0 | 36 | 20 | 4 | 513 | 117 | 122 |
| Binary | 11110101 | 10101011 | 11001111 | 0 | 11110 | 10000 | 100 | 101001011 | 1001111 | 1010010 |
Color Harmonies of #F5ABCF
Complementary color
Monochromatic Colors of #F5ABCF
Black with #F5ABCF
Text Example
Text Example
White with #F5ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABCF; }
p { color: rgb(245,171,207); }
H1.HeaderClassName
{
color: #F5ABCF;
}
.AnyTagClassName
{
color: #F5ABCF;
}
</style>
background-color css
<style>
a { background-color: #F5ABCF; }
a { background-color: rgb(245,171,207); }
div.DivClassName
{
background-color: #F5ABCF;
}
.BgClassName
{
background-color: #F5ABCF;
}
</style>
border-color css
<style>
span { border-color: #F5ABCF; }
span { border-color: rgb(245,171,207); }
td.TdClassName
{
border-color: #F5ABCF;
}
.TagClassName
{
border-color: #F5ABCF;
}
</style>