Shades of Lavender Pink #FFA7DA
Tints of Lavender Pink #FFA7DA
RGB
CMYK
RGB Variations
Color information
#FFA7DA (or 0xFFA7DA) is known color: Lavender Pink. HEX triplet: FF, A7 and DA. RGB value is (255,167,218). Sum of RGB (Red+Green+Blue) = 255+167+218=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7DA is #005825. Grayscale: #C7C7C7. Windows color (decimal): -22566 or 14329855. OLE color: 14329855.
HSL color Cylindrical-coordinate representation of color #FFA7DA: hue angle of 325.23º 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 #FFA7DA is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 218 | - |
| CMYK | 0 | 0.35 | 0.15 | 0 |
| HSL | 325.23º | 1% | 0.83% | - |
| HSV(B) | 325.23º | 0.35% | 1% | - |
| XYZ | 67.71 | 53.96 | 73.18 | - |
| YUV | 199.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 218 | 0 | 0.35 | 0.15 | 0 | 325.23 | 1 | 0.83 |
| Hex | FF | A7 | DA | 0 | 23 | F | 0 | 145 | 64 | 53 |
| Octal | 377 | 247 | 332 | 0 | 43 | 17 | 0 | 505 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11011010 | 0 | 100011 | 1111 | 0 | 101000101 | 1100100 | 1010011 |
Color Harmonies of #FFA7DA
Complementary color
Monochromatic Colors of #FFA7DA
Black with #FFA7DA
Text Example
Text Example
White with #FFA7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7DA; }
p { color: rgb(255,167,218); }
H1.HeaderClassName
{
color: #FFA7DA;
}
.AnyTagClassName
{
color: #FFA7DA;
}
</style>
background-color css
<style>
a { background-color: #FFA7DA; }
a { background-color: rgb(255,167,218); }
div.DivClassName
{
background-color: #FFA7DA;
}
.BgClassName
{
background-color: #FFA7DA;
}
</style>
border-color css
<style>
span { border-color: #FFA7DA; }
span { border-color: rgb(255,167,218); }
td.TdClassName
{
border-color: #FFA7DA;
}
.TagClassName
{
border-color: #FFA7DA;
}
</style>