Shades of Lavender Pink #FFAEDD
Tints of Lavender Pink #FFAEDD
RGB
CMYK
RGB Variations
Color information
#FFAEDD (or 0xFFAEDD) is known color: Lavender Pink. HEX triplet: FF, AE and DD. RGB value is (255,174,221). Sum of RGB (Red+Green+Blue) = 255+174+221=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEDD is #005122. Grayscale: #CBCBCB. Windows color (decimal): -20771 or 14528255. OLE color: 14528255.
HSL color Cylindrical-coordinate representation of color #FFAEDD: hue angle of 325.19º 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 #FFAEDD is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 221 | - |
| CMYK | 0 | 0.32 | 0.13 | 0 |
| HSL | 325.19º | 1% | 0.84% | - |
| HSV(B) | 325.19º | 0.32% | 1% | - |
| XYZ | 69.43 | 56.75 | 75.7 | - |
| YUV | 203.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 221 | 0 | 0.32 | 0.13 | 0 | 325.19 | 1 | 0.84 |
| Hex | FF | AE | DD | 0 | 20 | D | 0 | 145 | 64 | 54 |
| Octal | 377 | 256 | 335 | 0 | 40 | 15 | 0 | 505 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11011101 | 0 | 100000 | 1101 | 0 | 101000101 | 1100100 | 1010100 |
Color Harmonies of #FFAEDD
Complementary color
Monochromatic Colors of #FFAEDD
Black with #FFAEDD
Text Example
Text Example
White with #FFAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEDD; }
p { color: rgb(255,174,221); }
H1.HeaderClassName
{
color: #FFAEDD;
}
.AnyTagClassName
{
color: #FFAEDD;
}
</style>
background-color css
<style>
a { background-color: #FFAEDD; }
a { background-color: rgb(255,174,221); }
div.DivClassName
{
background-color: #FFAEDD;
}
.BgClassName
{
background-color: #FFAEDD;
}
</style>
border-color css
<style>
span { border-color: #FFAEDD; }
span { border-color: rgb(255,174,221); }
td.TdClassName
{
border-color: #FFAEDD;
}
.TagClassName
{
border-color: #FFAEDD;
}
</style>