Shades of Lavender Pink #FFADD1
Tints of Lavender Pink #FFADD1
RGB
CMYK
RGB Variations
Color information
#FFADD1 (or 0xFFADD1) is known color: Lavender Pink. HEX triplet: FF, AD and D1. RGB value is (255,173,209). Sum of RGB (Red+Green+Blue) = 255+173+209=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADD1 is #00522E. Grayscale: #C9C9C9. Windows color (decimal): -21039 or 13741567. OLE color: 13741567.
HSL color Cylindrical-coordinate representation of color #FFADD1: hue angle of 333.66º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADD1 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 209 | - |
| CMYK | 0 | 0.32 | 0.18 | 0 |
| HSL | 333.66º | 1% | 0.84% | - |
| HSV(B) | 333.66º | 0.32% | 1% | - |
| XYZ | 67.69 | 55.75 | 67.51 | - |
| YUV | 201.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 209 | 0 | 0.32 | 0.18 | 0 | 333.66 | 1 | 0.84 |
| Hex | FF | AD | D1 | 0 | 20 | 12 | 0 | 14E | 64 | 54 |
| Octal | 377 | 255 | 321 | 0 | 40 | 22 | 0 | 516 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11010001 | 0 | 100000 | 10010 | 0 | 101001110 | 1100100 | 1010100 |
Color Harmonies of #FFADD1
Complementary color
Monochromatic Colors of #FFADD1
Black with #FFADD1
Text Example
Text Example
White with #FFADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADD1; }
p { color: rgb(255,173,209); }
H1.HeaderClassName
{
color: #FFADD1;
}
.AnyTagClassName
{
color: #FFADD1;
}
</style>
background-color css
<style>
a { background-color: #FFADD1; }
a { background-color: rgb(255,173,209); }
div.DivClassName
{
background-color: #FFADD1;
}
.BgClassName
{
background-color: #FFADD1;
}
</style>
border-color css
<style>
span { border-color: #FFADD1; }
span { border-color: rgb(255,173,209); }
td.TdClassName
{
border-color: #FFADD1;
}
.TagClassName
{
border-color: #FFADD1;
}
</style>