Shades of Lavender Pink #F7ABCB
Tints of Lavender Pink #F7ABCB
RGB
CMYK
RGB Variations
Color information
#F7ABCB (or 0xF7ABCB) is known color: Lavender Pink. HEX triplet: F7, AB and CB. RGB value is (247,171,203). Sum of RGB (Red+Green+Blue) = 247+171+203=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABCB is #085434. Grayscale: #C5C5C5. Windows color (decimal): -545845 or 13347831. OLE color: 13347831.
HSL color Cylindrical-coordinate representation of color #F7ABCB: hue angle of 334.74º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7ABCB is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 171 | 203 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.03 |
| HSL | 334.74º | 0.83% | 0.82% | - |
| HSV(B) | 334.74º | 0.31% | 0.97% | - |
| XYZ | 63.7 | 53.21 | 63.41 | - |
| YUV | 197.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 171 | 203 | 0 | 0.31 | 0.18 | 0.03 | 334.74 | 0.83 | 0.82 |
| Hex | F7 | AB | CB | 0 | 1F | 12 | 3 | 14F | 53 | 52 |
| Octal | 367 | 253 | 313 | 0 | 37 | 22 | 3 | 517 | 123 | 122 |
| Binary | 11110111 | 10101011 | 11001011 | 0 | 11111 | 10010 | 11 | 101001111 | 1010011 | 1010010 |
Color Harmonies of #F7ABCB
Complementary color
Monochromatic Colors of #F7ABCB
Black with #F7ABCB
Text Example
Text Example
White with #F7ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ABCB; }
p { color: rgb(247,171,203); }
H1.HeaderClassName
{
color: #F7ABCB;
}
.AnyTagClassName
{
color: #F7ABCB;
}
</style>
background-color css
<style>
a { background-color: #F7ABCB; }
a { background-color: rgb(247,171,203); }
div.DivClassName
{
background-color: #F7ABCB;
}
.BgClassName
{
background-color: #F7ABCB;
}
</style>
border-color css
<style>
span { border-color: #F7ABCB; }
span { border-color: rgb(247,171,203); }
td.TdClassName
{
border-color: #F7ABCB;
}
.TagClassName
{
border-color: #F7ABCB;
}
</style>