Shades of Lavender Pink #F7AFDB
Tints of Lavender Pink #F7AFDB
RGB
CMYK
RGB Variations
Color information
#F7AFDB (or 0xF7AFDB) is known color: Lavender Pink. HEX triplet: F7, AF and DB. RGB value is (247,175,219). Sum of RGB (Red+Green+Blue) = 247+175+219=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AFDB is #085024. Grayscale: #C9C9C9. Windows color (decimal): -544805 or 14397431. OLE color: 14397431.
HSL color Cylindrical-coordinate representation of color #F7AFDB: hue angle of 323.33º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7AFDB is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 175 | 219 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.03 |
| HSL | 323.33º | 0.82% | 0.83% | - |
| HSV(B) | 323.33º | 0.29% | 0.97% | - |
| XYZ | 66.47 | 55.55 | 74.24 | - |
| YUV | 201.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 175 | 219 | 0 | 0.29 | 0.11 | 0.03 | 323.33 | 0.82 | 0.83 |
| Hex | F7 | AF | DB | 0 | 1D | B | 3 | 143 | 52 | 53 |
| Octal | 367 | 257 | 333 | 0 | 35 | 13 | 3 | 503 | 122 | 123 |
| Binary | 11110111 | 10101111 | 11011011 | 0 | 11101 | 1011 | 11 | 101000011 | 1010010 | 1010011 |
Color Harmonies of #F7AFDB
Complementary color
Monochromatic Colors of #F7AFDB
Black with #F7AFDB
Text Example
Text Example
White with #F7AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AFDB; }
p { color: rgb(247,175,219); }
H1.HeaderClassName
{
color: #F7AFDB;
}
.AnyTagClassName
{
color: #F7AFDB;
}
</style>
background-color css
<style>
a { background-color: #F7AFDB; }
a { background-color: rgb(247,175,219); }
div.DivClassName
{
background-color: #F7AFDB;
}
.BgClassName
{
background-color: #F7AFDB;
}
</style>
border-color css
<style>
span { border-color: #F7AFDB; }
span { border-color: rgb(247,175,219); }
td.TdClassName
{
border-color: #F7AFDB;
}
.TagClassName
{
border-color: #F7AFDB;
}
</style>