Shades of Lavender Pink #FFADDD
Tints of Lavender Pink #FFADDD
RGB
CMYK
RGB Variations
Color information
#FFADDD (or 0xFFADDD) is known color: Lavender Pink. HEX triplet: FF, AD and DD. RGB value is (255,173,221). Sum of RGB (Red+Green+Blue) = 255+173+221=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADDD is #005222. Grayscale: #CACACA. Windows color (decimal): -21027 or 14527999. OLE color: 14527999.
HSL color Cylindrical-coordinate representation of color #FFADDD: hue angle of 324.88º 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 #FFADDD is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 221 | - |
| CMYK | 0 | 0.32 | 0.13 | 0 |
| HSL | 324.88º | 1% | 0.84% | - |
| HSV(B) | 324.88º | 0.32% | 1% | - |
| XYZ | 69.23 | 56.37 | 75.64 | - |
| YUV | 202.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 221 | 0 | 0.32 | 0.13 | 0 | 324.88 | 1 | 0.84 |
| Hex | FF | AD | DD | 0 | 20 | D | 0 | 145 | 64 | 54 |
| Octal | 377 | 255 | 335 | 0 | 40 | 15 | 0 | 505 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11011101 | 0 | 100000 | 1101 | 0 | 101000101 | 1100100 | 1010100 |
Color Harmonies of #FFADDD
Complementary color
Monochromatic Colors of #FFADDD
Black with #FFADDD
Text Example
Text Example
White with #FFADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADDD; }
p { color: rgb(255,173,221); }
H1.HeaderClassName
{
color: #FFADDD;
}
.AnyTagClassName
{
color: #FFADDD;
}
</style>
background-color css
<style>
a { background-color: #FFADDD; }
a { background-color: rgb(255,173,221); }
div.DivClassName
{
background-color: #FFADDD;
}
.BgClassName
{
background-color: #FFADDD;
}
</style>
border-color css
<style>
span { border-color: #FFADDD; }
span { border-color: rgb(255,173,221); }
td.TdClassName
{
border-color: #FFADDD;
}
.TagClassName
{
border-color: #FFADDD;
}
</style>