Shades of Lavender Pink #FEADCE
Tints of Lavender Pink #FEADCE
RGB
CMYK
RGB Variations
Color information
#FEADCE (or 0xFEADCE) is known color: Lavender Pink. HEX triplet: FE, AD and CE. RGB value is (254,173,206). Sum of RGB (Red+Green+Blue) = 254+173+206=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADCE is #015231. Grayscale: #C8C8C8. Windows color (decimal): -86578 or 13544958. OLE color: 13544958.
HSL color Cylindrical-coordinate representation of color #FEADCE: hue angle of 335.56º 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 #FEADCE is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 206 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.00 |
| HSL | 335.56º | 0.98% | 0.84% | - |
| HSV(B) | 335.56º | 0.32% | 1% | - |
| XYZ | 66.96 | 55.41 | 65.56 | - |
| YUV | 200.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 206 | 0 | 0.32 | 0.19 | 0.00 | 335.56 | 0.98 | 0.84 |
| Hex | FE | AD | CE | 0 | 20 | 13 | 0 | 150 | 62 | 54 |
| Octal | 376 | 255 | 316 | 0 | 40 | 23 | 0 | 520 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11001110 | 0 | 100000 | 10011 | 0 | 101010000 | 1100010 | 1010100 |
Color Harmonies of #FEADCE
Complementary color
Monochromatic Colors of #FEADCE
Black with #FEADCE
Text Example
Text Example
White with #FEADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADCE; }
p { color: rgb(254,173,206); }
H1.HeaderClassName
{
color: #FEADCE;
}
.AnyTagClassName
{
color: #FEADCE;
}
</style>
background-color css
<style>
a { background-color: #FEADCE; }
a { background-color: rgb(254,173,206); }
div.DivClassName
{
background-color: #FEADCE;
}
.BgClassName
{
background-color: #FEADCE;
}
</style>
border-color css
<style>
span { border-color: #FEADCE; }
span { border-color: rgb(254,173,206); }
td.TdClassName
{
border-color: #FEADCE;
}
.TagClassName
{
border-color: #FEADCE;
}
</style>