Shades of Lavender Pink #FFADDE
Tints of Lavender Pink #FFADDE
RGB
CMYK
RGB Variations
Color information
#FFADDE (or 0xFFADDE) is known color: Lavender Pink. HEX triplet: FF, AD and DE. RGB value is (255,173,222). Sum of RGB (Red+Green+Blue) = 255+173+222=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADDE is #005221. Grayscale: #CACACA. Windows color (decimal): -21026 or 14593535. OLE color: 14593535.
HSL color Cylindrical-coordinate representation of color #FFADDE: hue angle of 324.15º 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 #FFADDE is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 222 | - |
| CMYK | 0 | 0.32 | 0.13 | 0 |
| HSL | 324.15º | 1% | 0.84% | - |
| HSV(B) | 324.15º | 0.32% | 1% | - |
| XYZ | 69.37 | 56.42 | 76.34 | - |
| YUV | 203.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 222 | 0 | 0.32 | 0.13 | 0 | 324.15 | 1 | 0.84 |
| Hex | FF | AD | DE | 0 | 20 | D | 0 | 144 | 64 | 54 |
| Octal | 377 | 255 | 336 | 0 | 40 | 15 | 0 | 504 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11011110 | 0 | 100000 | 1101 | 0 | 101000100 | 1100100 | 1010100 |
Color Harmonies of #FFADDE
Complementary color
Monochromatic Colors of #FFADDE
Black with #FFADDE
Text Example
Text Example
White with #FFADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADDE; }
p { color: rgb(255,173,222); }
H1.HeaderClassName
{
color: #FFADDE;
}
.AnyTagClassName
{
color: #FFADDE;
}
</style>
background-color css
<style>
a { background-color: #FFADDE; }
a { background-color: rgb(255,173,222); }
div.DivClassName
{
background-color: #FFADDE;
}
.BgClassName
{
background-color: #FFADDE;
}
</style>
border-color css
<style>
span { border-color: #FFADDE; }
span { border-color: rgb(255,173,222); }
td.TdClassName
{
border-color: #FFADDE;
}
.TagClassName
{
border-color: #FFADDE;
}
</style>