Shades of Lavender Pink #FEAECD
Tints of Lavender Pink #FEAECD
RGB
CMYK
RGB Variations
Color information
#FEAECD (or 0xFEAECD) is known color: Lavender Pink. HEX triplet: FE, AE and CD. RGB value is (254,174,205). Sum of RGB (Red+Green+Blue) = 254+174+205=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAECD is #015132. Grayscale: #C9C9C9. Windows color (decimal): -86323 or 13479678. OLE color: 13479678.
HSL color Cylindrical-coordinate representation of color #FEAECD: hue angle of 336.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAECD is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 205 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.00 |
| HSL | 336.75º | 0.98% | 0.84% | - |
| HSV(B) | 336.75º | 0.31% | 1% | - |
| XYZ | 67.03 | 55.75 | 64.99 | - |
| YUV | 201.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 205 | 0 | 0.31 | 0.19 | 0.00 | 336.75 | 0.98 | 0.84 |
| Hex | FE | AE | CD | 0 | 1F | 13 | 0 | 151 | 62 | 54 |
| Octal | 376 | 256 | 315 | 0 | 37 | 23 | 0 | 521 | 142 | 124 |
| Binary | 11111110 | 10101110 | 11001101 | 0 | 11111 | 10011 | 0 | 101010001 | 1100010 | 1010100 |
Color Harmonies of #FEAECD
Complementary color
Monochromatic Colors of #FEAECD
Black with #FEAECD
Text Example
Text Example
White with #FEAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAECD; }
p { color: rgb(254,174,205); }
H1.HeaderClassName
{
color: #FEAECD;
}
.AnyTagClassName
{
color: #FEAECD;
}
</style>
background-color css
<style>
a { background-color: #FEAECD; }
a { background-color: rgb(254,174,205); }
div.DivClassName
{
background-color: #FEAECD;
}
.BgClassName
{
background-color: #FEAECD;
}
</style>
border-color css
<style>
span { border-color: #FEAECD; }
span { border-color: rgb(254,174,205); }
td.TdClassName
{
border-color: #FEAECD;
}
.TagClassName
{
border-color: #FEAECD;
}
</style>