Shades of Lavender Pink #FFAED6
Tints of Lavender Pink #FFAED6
RGB
CMYK
RGB Variations
Color information
#FFAED6 (or 0xFFAED6) is known color: Lavender Pink. HEX triplet: FF, AE and D6. RGB value is (255,174,214). Sum of RGB (Red+Green+Blue) = 255+174+214=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAED6 is #005129. Grayscale: #CACACA. Windows color (decimal): -20778 or 14069503. OLE color: 14069503.
HSL color Cylindrical-coordinate representation of color #FFAED6: hue angle of 330.37º 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 #FFAED6 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 214 | - |
| CMYK | 0 | 0.32 | 0.16 | 0 |
| HSL | 330.37º | 1% | 0.84% | - |
| HSV(B) | 330.37º | 0.32% | 1% | - |
| XYZ | 68.51 | 56.39 | 70.89 | - |
| YUV | 202.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 214 | 0 | 0.32 | 0.16 | 0 | 330.37 | 1 | 0.84 |
| Hex | FF | AE | D6 | 0 | 20 | 10 | 0 | 14A | 64 | 54 |
| Octal | 377 | 256 | 326 | 0 | 40 | 20 | 0 | 512 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11010110 | 0 | 100000 | 10000 | 0 | 101001010 | 1100100 | 1010100 |
Color Harmonies of #FFAED6
Complementary color
Monochromatic Colors of #FFAED6
Black with #FFAED6
Text Example
Text Example
White with #FFAED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAED6; }
p { color: rgb(255,174,214); }
H1.HeaderClassName
{
color: #FFAED6;
}
.AnyTagClassName
{
color: #FFAED6;
}
</style>
background-color css
<style>
a { background-color: #FFAED6; }
a { background-color: rgb(255,174,214); }
div.DivClassName
{
background-color: #FFAED6;
}
.BgClassName
{
background-color: #FFAED6;
}
</style>
border-color css
<style>
span { border-color: #FFAED6; }
span { border-color: rgb(255,174,214); }
td.TdClassName
{
border-color: #FFAED6;
}
.TagClassName
{
border-color: #FFAED6;
}
</style>