Shades of Lavender Pink #FFAEDA
Tints of Lavender Pink #FFAEDA
RGB
CMYK
RGB Variations
Color information
#FFAEDA (or 0xFFAEDA) is known color: Lavender Pink. HEX triplet: FF, AE and DA. RGB value is (255,174,218). Sum of RGB (Red+Green+Blue) = 255+174+218=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEDA is #005125. Grayscale: #CBCBCB. Windows color (decimal): -20774 or 14331647. OLE color: 14331647.
HSL color Cylindrical-coordinate representation of color #FFAEDA: hue angle of 327.41º 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 #FFAEDA is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 218 | - |
| CMYK | 0 | 0.32 | 0.15 | 0 |
| HSL | 327.41º | 1% | 0.84% | - |
| HSV(B) | 327.41º | 0.32% | 1% | - |
| XYZ | 69.03 | 56.59 | 73.62 | - |
| YUV | 203.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 218 | 0 | 0.32 | 0.15 | 0 | 327.41 | 1 | 0.84 |
| Hex | FF | AE | DA | 0 | 20 | F | 0 | 147 | 64 | 54 |
| Octal | 377 | 256 | 332 | 0 | 40 | 17 | 0 | 507 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11011010 | 0 | 100000 | 1111 | 0 | 101000111 | 1100100 | 1010100 |
Color Harmonies of #FFAEDA
Complementary color
Monochromatic Colors of #FFAEDA
Black with #FFAEDA
Text Example
Text Example
White with #FFAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEDA; }
p { color: rgb(255,174,218); }
H1.HeaderClassName
{
color: #FFAEDA;
}
.AnyTagClassName
{
color: #FFAEDA;
}
</style>
background-color css
<style>
a { background-color: #FFAEDA; }
a { background-color: rgb(255,174,218); }
div.DivClassName
{
background-color: #FFAEDA;
}
.BgClassName
{
background-color: #FFAEDA;
}
</style>
border-color css
<style>
span { border-color: #FFAEDA; }
span { border-color: rgb(255,174,218); }
td.TdClassName
{
border-color: #FFAEDA;
}
.TagClassName
{
border-color: #FFAEDA;
}
</style>