Shades of Lavender Pink #FFAED8
Tints of Lavender Pink #FFAED8
RGB
CMYK
RGB Variations
Color information
#FFAED8 (or 0xFFAED8) is known color: Lavender Pink. HEX triplet: FF, AE and D8. RGB value is (255,174,216). Sum of RGB (Red+Green+Blue) = 255+174+216=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAED8 is #005127. Grayscale: #CACACA. Windows color (decimal): -20776 or 14200575. OLE color: 14200575.
HSL color Cylindrical-coordinate representation of color #FFAED8: hue angle of 328.89º 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 #FFAED8 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 216 | - |
| CMYK | 0 | 0.32 | 0.15 | 0 |
| HSL | 328.89º | 1% | 0.84% | - |
| HSV(B) | 328.89º | 0.32% | 1% | - |
| XYZ | 68.77 | 56.49 | 72.24 | - |
| YUV | 203.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 216 | 0 | 0.32 | 0.15 | 0 | 328.89 | 1 | 0.84 |
| Hex | FF | AE | D8 | 0 | 20 | F | 0 | 149 | 64 | 54 |
| Octal | 377 | 256 | 330 | 0 | 40 | 17 | 0 | 511 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11011000 | 0 | 100000 | 1111 | 0 | 101001001 | 1100100 | 1010100 |
Color Harmonies of #FFAED8
Complementary color
Monochromatic Colors of #FFAED8
Black with #FFAED8
Text Example
Text Example
White with #FFAED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAED8; }
p { color: rgb(255,174,216); }
H1.HeaderClassName
{
color: #FFAED8;
}
.AnyTagClassName
{
color: #FFAED8;
}
</style>
background-color css
<style>
a { background-color: #FFAED8; }
a { background-color: rgb(255,174,216); }
div.DivClassName
{
background-color: #FFAED8;
}
.BgClassName
{
background-color: #FFAED8;
}
</style>
border-color css
<style>
span { border-color: #FFAED8; }
span { border-color: rgb(255,174,216); }
td.TdClassName
{
border-color: #FFAED8;
}
.TagClassName
{
border-color: #FFAED8;
}
</style>