Shades of Lavender Pink #FEADD7
Tints of Lavender Pink #FEADD7
RGB
CMYK
RGB Variations
Color information
#FEADD7 (or 0xFEADD7) is known color: Lavender Pink. HEX triplet: FE, AD and D7. RGB value is (254,173,215). Sum of RGB (Red+Green+Blue) = 254+173+215=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADD7 is #015228. Grayscale: #C9C9C9. Windows color (decimal): -86569 or 14134782. OLE color: 14134782.
HSL color Cylindrical-coordinate representation of color #FEADD7: hue angle of 328.89º 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 #FEADD7 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 215 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.00 |
| HSL | 328.89º | 0.98% | 0.84% | - |
| HSV(B) | 328.89º | 0.32% | 1% | - |
| XYZ | 68.08 | 55.86 | 71.48 | - |
| YUV | 202.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 215 | 0 | 0.32 | 0.15 | 0.00 | 328.89 | 0.98 | 0.84 |
| Hex | FE | AD | D7 | 0 | 20 | F | 0 | 149 | 62 | 54 |
| Octal | 376 | 255 | 327 | 0 | 40 | 17 | 0 | 511 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11010111 | 0 | 100000 | 1111 | 0 | 101001001 | 1100010 | 1010100 |
Color Harmonies of #FEADD7
Complementary color
Monochromatic Colors of #FEADD7
Black with #FEADD7
Text Example
Text Example
White with #FEADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADD7; }
p { color: rgb(254,173,215); }
H1.HeaderClassName
{
color: #FEADD7;
}
.AnyTagClassName
{
color: #FEADD7;
}
</style>
background-color css
<style>
a { background-color: #FEADD7; }
a { background-color: rgb(254,173,215); }
div.DivClassName
{
background-color: #FEADD7;
}
.BgClassName
{
background-color: #FEADD7;
}
</style>
border-color css
<style>
span { border-color: #FEADD7; }
span { border-color: rgb(254,173,215); }
td.TdClassName
{
border-color: #FEADD7;
}
.TagClassName
{
border-color: #FEADD7;
}
</style>