Shades of Lavender Pink #FFA7D4
Tints of Lavender Pink #FFA7D4
RGB
CMYK
RGB Variations
Color information
#FFA7D4 (or 0xFFA7D4) is known color: Lavender Pink. HEX triplet: FF, A7 and D4. RGB value is (255,167,212). Sum of RGB (Red+Green+Blue) = 255+167+212=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7D4 is #00582B. Grayscale: #C6C6C6. Windows color (decimal): -22572 or 13936639. OLE color: 13936639.
HSL color Cylindrical-coordinate representation of color #FFA7D4: hue angle of 329.32º 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 #FFA7D4 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 212 | - |
| CMYK | 0 | 0.35 | 0.17 | 0 |
| HSL | 329.32º | 1% | 0.83% | - |
| HSV(B) | 329.32º | 0.35% | 1% | - |
| XYZ | 66.94 | 53.65 | 69.11 | - |
| YUV | 198.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 212 | 0 | 0.35 | 0.17 | 0 | 329.32 | 1 | 0.83 |
| Hex | FF | A7 | D4 | 0 | 23 | 11 | 0 | 149 | 64 | 53 |
| Octal | 377 | 247 | 324 | 0 | 43 | 21 | 0 | 511 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11010100 | 0 | 100011 | 10001 | 0 | 101001001 | 1100100 | 1010011 |
Color Harmonies of #FFA7D4
Complementary color
Monochromatic Colors of #FFA7D4
Black with #FFA7D4
Text Example
Text Example
White with #FFA7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7D4; }
p { color: rgb(255,167,212); }
H1.HeaderClassName
{
color: #FFA7D4;
}
.AnyTagClassName
{
color: #FFA7D4;
}
</style>
background-color css
<style>
a { background-color: #FFA7D4; }
a { background-color: rgb(255,167,212); }
div.DivClassName
{
background-color: #FFA7D4;
}
.BgClassName
{
background-color: #FFA7D4;
}
</style>
border-color css
<style>
span { border-color: #FFA7D4; }
span { border-color: rgb(255,167,212); }
td.TdClassName
{
border-color: #FFA7D4;
}
.TagClassName
{
border-color: #FFA7D4;
}
</style>