Shades of Lavender Pink #FEAEDE
Tints of Lavender Pink #FEAEDE
RGB
CMYK
RGB Variations
Color information
#FEAEDE (or 0xFEAEDE) is known color: Lavender Pink. HEX triplet: FE, AE and DE. RGB value is (254,174,222). Sum of RGB (Red+Green+Blue) = 254+174+222=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEDE is #015121. Grayscale: #CBCBCB. Windows color (decimal): -86306 or 14593790. OLE color: 14593790.
HSL color Cylindrical-coordinate representation of color #FEAEDE: hue angle of 324º 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 #FEAEDE is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 222 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.00 |
| HSL | 324º | 0.98% | 0.84% | - |
| HSV(B) | 324º | 0.31% | 1% | - |
| XYZ | 69.19 | 56.62 | 76.39 | - |
| YUV | 203.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 222 | 0 | 0.31 | 0.13 | 0.00 | 324 | 0.98 | 0.84 |
| Hex | FE | AE | DE | 0 | 1F | D | 0 | 144 | 62 | 54 |
| Octal | 376 | 256 | 336 | 0 | 37 | 15 | 0 | 504 | 142 | 124 |
| Binary | 11111110 | 10101110 | 11011110 | 0 | 11111 | 1101 | 0 | 101000100 | 1100010 | 1010100 |
Color Harmonies of #FEAEDE
Complementary color
Monochromatic Colors of #FEAEDE
Black with #FEAEDE
Text Example
Text Example
White with #FEAEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEDE; }
p { color: rgb(254,174,222); }
H1.HeaderClassName
{
color: #FEAEDE;
}
.AnyTagClassName
{
color: #FEAEDE;
}
</style>
background-color css
<style>
a { background-color: #FEAEDE; }
a { background-color: rgb(254,174,222); }
div.DivClassName
{
background-color: #FEAEDE;
}
.BgClassName
{
background-color: #FEAEDE;
}
</style>
border-color css
<style>
span { border-color: #FEAEDE; }
span { border-color: rgb(254,174,222); }
td.TdClassName
{
border-color: #FEAEDE;
}
.TagClassName
{
border-color: #FEAEDE;
}
</style>