Shades of Lavender Pink #FFAED7
Tints of Lavender Pink #FFAED7
RGB
CMYK
RGB Variations
Color information
#FFAED7 (or 0xFFAED7) is known color: Lavender Pink. HEX triplet: FF, AE and D7. RGB value is (255,174,215). Sum of RGB (Red+Green+Blue) = 255+174+215=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAED7 is #005128. Grayscale: #CACACA. Windows color (decimal): -20777 or 14135039. OLE color: 14135039.
HSL color Cylindrical-coordinate representation of color #FFAED7: hue angle of 329.63º 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 #FFAED7 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 215 | - |
| CMYK | 0 | 0.32 | 0.16 | 0 |
| HSL | 329.63º | 1% | 0.84% | - |
| HSV(B) | 329.63º | 0.32% | 1% | - |
| XYZ | 68.64 | 56.44 | 71.57 | - |
| YUV | 202.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 215 | 0 | 0.32 | 0.16 | 0 | 329.63 | 1 | 0.84 |
| Hex | FF | AE | D7 | 0 | 20 | 10 | 0 | 14A | 64 | 54 |
| Octal | 377 | 256 | 327 | 0 | 40 | 20 | 0 | 512 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11010111 | 0 | 100000 | 10000 | 0 | 101001010 | 1100100 | 1010100 |
Color Harmonies of #FFAED7
Complementary color
Monochromatic Colors of #FFAED7
Black with #FFAED7
Text Example
Text Example
White with #FFAED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAED7; }
p { color: rgb(255,174,215); }
H1.HeaderClassName
{
color: #FFAED7;
}
.AnyTagClassName
{
color: #FFAED7;
}
</style>
background-color css
<style>
a { background-color: #FFAED7; }
a { background-color: rgb(255,174,215); }
div.DivClassName
{
background-color: #FFAED7;
}
.BgClassName
{
background-color: #FFAED7;
}
</style>
border-color css
<style>
span { border-color: #FFAED7; }
span { border-color: rgb(255,174,215); }
td.TdClassName
{
border-color: #FFAED7;
}
.TagClassName
{
border-color: #FFAED7;
}
</style>