Shades of Lavender Pink #FFAED4
Tints of Lavender Pink #FFAED4
RGB
CMYK
RGB Variations
Color information
#FFAED4 (or 0xFFAED4) is known color: Lavender Pink. HEX triplet: FF, AE and D4. RGB value is (255,174,212). Sum of RGB (Red+Green+Blue) = 255+174+212=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAED4 is #00512B. Grayscale: #CACACA. Windows color (decimal): -20780 or 13938431. OLE color: 13938431.
HSL color Cylindrical-coordinate representation of color #FFAED4: hue angle of 331.85º 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 #FFAED4 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 212 | - |
| CMYK | 0 | 0.32 | 0.17 | 0 |
| HSL | 331.85º | 1% | 0.84% | - |
| HSV(B) | 331.85º | 0.32% | 1% | - |
| XYZ | 68.26 | 56.29 | 69.55 | - |
| YUV | 202.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 212 | 0 | 0.32 | 0.17 | 0 | 331.85 | 1 | 0.84 |
| Hex | FF | AE | D4 | 0 | 20 | 11 | 0 | 14C | 64 | 54 |
| Octal | 377 | 256 | 324 | 0 | 40 | 21 | 0 | 514 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11010100 | 0 | 100000 | 10001 | 0 | 101001100 | 1100100 | 1010100 |
Color Harmonies of #FFAED4
Complementary color
Monochromatic Colors of #FFAED4
Black with #FFAED4
Text Example
Text Example
White with #FFAED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAED4; }
p { color: rgb(255,174,212); }
H1.HeaderClassName
{
color: #FFAED4;
}
.AnyTagClassName
{
color: #FFAED4;
}
</style>
background-color css
<style>
a { background-color: #FFAED4; }
a { background-color: rgb(255,174,212); }
div.DivClassName
{
background-color: #FFAED4;
}
.BgClassName
{
background-color: #FFAED4;
}
</style>
border-color css
<style>
span { border-color: #FFAED4; }
span { border-color: rgb(255,174,212); }
td.TdClassName
{
border-color: #FFAED4;
}
.TagClassName
{
border-color: #FFAED4;
}
</style>