Shades of Lavender Pink #FEAADC
Tints of Lavender Pink #FEAADC
RGB
CMYK
RGB Variations
Color information
#FEAADC (or 0xFEAADC) is known color: Lavender Pink. HEX triplet: FE, AA and DC. RGB value is (254,170,220). Sum of RGB (Red+Green+Blue) = 254+170+220=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAADC is #015523. Grayscale: #C8C8C8. Windows color (decimal): -87332 or 14461694. OLE color: 14461694.
HSL color Cylindrical-coordinate representation of color #FEAADC: hue angle of 324.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEAADC is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 220 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.00 |
| HSL | 324.29º | 0.98% | 0.83% | - |
| HSV(B) | 324.29º | 0.33% | 1% | - |
| XYZ | 68.17 | 54.99 | 74.73 | - |
| YUV | 200.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 220 | 0 | 0.33 | 0.13 | 0.00 | 324.29 | 0.98 | 0.83 |
| Hex | FE | AA | DC | 0 | 21 | D | 0 | 144 | 62 | 53 |
| Octal | 376 | 252 | 334 | 0 | 41 | 15 | 0 | 504 | 142 | 123 |
| Binary | 11111110 | 10101010 | 11011100 | 0 | 100001 | 1101 | 0 | 101000100 | 1100010 | 1010011 |
Color Harmonies of #FEAADC
Complementary color
Monochromatic Colors of #FEAADC
Black with #FEAADC
Text Example
Text Example
White with #FEAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAADC; }
p { color: rgb(254,170,220); }
H1.HeaderClassName
{
color: #FEAADC;
}
.AnyTagClassName
{
color: #FEAADC;
}
</style>
background-color css
<style>
a { background-color: #FEAADC; }
a { background-color: rgb(254,170,220); }
div.DivClassName
{
background-color: #FEAADC;
}
.BgClassName
{
background-color: #FEAADC;
}
</style>
border-color css
<style>
span { border-color: #FEAADC; }
span { border-color: rgb(254,170,220); }
td.TdClassName
{
border-color: #FEAADC;
}
.TagClassName
{
border-color: #FEAADC;
}
</style>