Shades of Lavender Pink #FFA7DB
Tints of Lavender Pink #FFA7DB
RGB
CMYK
RGB Variations
Color information
#FFA7DB (or 0xFFA7DB) is known color: Lavender Pink. HEX triplet: FF, A7 and DB. RGB value is (255,167,219). Sum of RGB (Red+Green+Blue) = 255+167+219=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7DB is #005824. Grayscale: #C7C7C7. Windows color (decimal): -22565 or 14395391. OLE color: 14395391.
HSL color Cylindrical-coordinate representation of color #FFA7DB: hue angle of 324.55º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA7DB is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 219 | - |
| CMYK | 0 | 0.35 | 0.14 | 0 |
| HSL | 324.55º | 1% | 0.83% | - |
| HSV(B) | 324.55º | 0.35% | 1% | - |
| XYZ | 67.84 | 54.01 | 73.87 | - |
| YUV | 199.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 219 | 0 | 0.35 | 0.14 | 0 | 324.55 | 1 | 0.83 |
| Hex | FF | A7 | DB | 0 | 23 | E | 0 | 145 | 64 | 53 |
| Octal | 377 | 247 | 333 | 0 | 43 | 16 | 0 | 505 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11011011 | 0 | 100011 | 1110 | 0 | 101000101 | 1100100 | 1010011 |
Color Harmonies of #FFA7DB
Complementary color
Monochromatic Colors of #FFA7DB
Black with #FFA7DB
Text Example
Text Example
White with #FFA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7DB; }
p { color: rgb(255,167,219); }
H1.HeaderClassName
{
color: #FFA7DB;
}
.AnyTagClassName
{
color: #FFA7DB;
}
</style>
background-color css
<style>
a { background-color: #FFA7DB; }
a { background-color: rgb(255,167,219); }
div.DivClassName
{
background-color: #FFA7DB;
}
.BgClassName
{
background-color: #FFA7DB;
}
</style>
border-color css
<style>
span { border-color: #FFA7DB; }
span { border-color: rgb(255,167,219); }
td.TdClassName
{
border-color: #FFA7DB;
}
.TagClassName
{
border-color: #FFA7DB;
}
</style>