Shades of Lavender Pink #FEACDA
Tints of Lavender Pink #FEACDA
RGB
CMYK
RGB Variations
Color information
#FEACDA (or 0xFEACDA) is known color: Lavender Pink. HEX triplet: FE, AC and DA. RGB value is (254,172,218). Sum of RGB (Red+Green+Blue) = 254+172+218=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACDA is #015325. Grayscale: #C9C9C9. Windows color (decimal): -86822 or 14331134. OLE color: 14331134.
HSL color Cylindrical-coordinate representation of color #FEACDA: hue angle of 326.34º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEACDA is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 218 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.00 |
| HSL | 326.34º | 0.98% | 0.84% | - |
| HSV(B) | 326.34º | 0.32% | 1% | - |
| XYZ | 68.28 | 55.64 | 73.47 | - |
| YUV | 201.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 218 | 0 | 0.32 | 0.14 | 0.00 | 326.34 | 0.98 | 0.84 |
| Hex | FE | AC | DA | 0 | 20 | E | 0 | 146 | 62 | 54 |
| Octal | 376 | 254 | 332 | 0 | 40 | 16 | 0 | 506 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11011010 | 0 | 100000 | 1110 | 0 | 101000110 | 1100010 | 1010100 |
Color Harmonies of #FEACDA
Complementary color
Monochromatic Colors of #FEACDA
Black with #FEACDA
Text Example
Text Example
White with #FEACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACDA; }
p { color: rgb(254,172,218); }
H1.HeaderClassName
{
color: #FEACDA;
}
.AnyTagClassName
{
color: #FEACDA;
}
</style>
background-color css
<style>
a { background-color: #FEACDA; }
a { background-color: rgb(254,172,218); }
div.DivClassName
{
background-color: #FEACDA;
}
.BgClassName
{
background-color: #FEACDA;
}
</style>
border-color css
<style>
span { border-color: #FEACDA; }
span { border-color: rgb(254,172,218); }
td.TdClassName
{
border-color: #FEACDA;
}
.TagClassName
{
border-color: #FEACDA;
}
</style>