Shades of Lavender Pink #FFAEDF
Tints of Lavender Pink #FFAEDF
RGB
CMYK
RGB Variations
Color information
#FFAEDF (or 0xFFAEDF) is known color: Lavender Pink. HEX triplet: FF, AE and DF. RGB value is (255,174,223). Sum of RGB (Red+Green+Blue) = 255+174+223=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEDF is #005120. Grayscale: #CBCBCB. Windows color (decimal): -20769 or 14659327. OLE color: 14659327.
HSL color Cylindrical-coordinate representation of color #FFAEDF: hue angle of 323.7º 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 #FFAEDF is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 223 | - |
| CMYK | 0 | 0.32 | 0.13 | 0 |
| HSL | 323.7º | 1% | 0.84% | - |
| HSV(B) | 323.7º | 0.32% | 1% | - |
| XYZ | 69.7 | 56.86 | 77.11 | - |
| YUV | 203.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 223 | 0 | 0.32 | 0.13 | 0 | 323.7 | 1 | 0.84 |
| Hex | FF | AE | DF | 0 | 20 | D | 0 | 144 | 64 | 54 |
| Octal | 377 | 256 | 337 | 0 | 40 | 15 | 0 | 504 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11011111 | 0 | 100000 | 1101 | 0 | 101000100 | 1100100 | 1010100 |
Color Harmonies of #FFAEDF
Complementary color
Monochromatic Colors of #FFAEDF
Black with #FFAEDF
Text Example
Text Example
White with #FFAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEDF; }
p { color: rgb(255,174,223); }
H1.HeaderClassName
{
color: #FFAEDF;
}
.AnyTagClassName
{
color: #FFAEDF;
}
</style>
background-color css
<style>
a { background-color: #FFAEDF; }
a { background-color: rgb(255,174,223); }
div.DivClassName
{
background-color: #FFAEDF;
}
.BgClassName
{
background-color: #FFAEDF;
}
</style>
border-color css
<style>
span { border-color: #FFAEDF; }
span { border-color: rgb(255,174,223); }
td.TdClassName
{
border-color: #FFAEDF;
}
.TagClassName
{
border-color: #FFAEDF;
}
</style>