Shades of Lavender Pink #FFAECE
Tints of Lavender Pink #FFAECE
RGB
CMYK
RGB Variations
Color information
#FFAECE (or 0xFFAECE) is known color: Lavender Pink. HEX triplet: FF, AE and CE. RGB value is (255,174,206). Sum of RGB (Red+Green+Blue) = 255+174+206=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAECE is #005131. Grayscale: #C9C9C9. Windows color (decimal): -20786 or 13545215. OLE color: 13545215.
HSL color Cylindrical-coordinate representation of color #FFAECE: hue angle of 336.3º 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 #FFAECE is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 206 | - |
| CMYK | 0 | 0.32 | 0.19 | 0 |
| HSL | 336.3º | 1% | 0.84% | - |
| HSV(B) | 336.3º | 0.32% | 1% | - |
| XYZ | 67.52 | 55.99 | 65.64 | - |
| YUV | 201.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 206 | 0 | 0.32 | 0.19 | 0 | 336.3 | 1 | 0.84 |
| Hex | FF | AE | CE | 0 | 20 | 13 | 0 | 150 | 64 | 54 |
| Octal | 377 | 256 | 316 | 0 | 40 | 23 | 0 | 520 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11001110 | 0 | 100000 | 10011 | 0 | 101010000 | 1100100 | 1010100 |
Color Harmonies of #FFAECE
Complementary color
Monochromatic Colors of #FFAECE
Black with #FFAECE
Text Example
Text Example
White with #FFAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAECE; }
p { color: rgb(255,174,206); }
H1.HeaderClassName
{
color: #FFAECE;
}
.AnyTagClassName
{
color: #FFAECE;
}
</style>
background-color css
<style>
a { background-color: #FFAECE; }
a { background-color: rgb(255,174,206); }
div.DivClassName
{
background-color: #FFAECE;
}
.BgClassName
{
background-color: #FFAECE;
}
</style>
border-color css
<style>
span { border-color: #FFAECE; }
span { border-color: rgb(255,174,206); }
td.TdClassName
{
border-color: #FFAECE;
}
.TagClassName
{
border-color: #FFAECE;
}
</style>