Shades of Lavender Pink #FEADD5
Tints of Lavender Pink #FEADD5
RGB
CMYK
RGB Variations
Color information
#FEADD5 (or 0xFEADD5) is known color: Lavender Pink. HEX triplet: FE, AD and D5. RGB value is (254,173,213). Sum of RGB (Red+Green+Blue) = 254+173+213=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADD5 is #01522A. Grayscale: #C9C9C9. Windows color (decimal): -86571 or 14003710. OLE color: 14003710.
HSL color Cylindrical-coordinate representation of color #FEADD5: hue angle of 330.37º 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 #FEADD5 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 213 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.00 |
| HSL | 330.37º | 0.98% | 0.84% | - |
| HSV(B) | 330.37º | 0.32% | 1% | - |
| XYZ | 67.83 | 55.76 | 70.14 | - |
| YUV | 201.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 213 | 0 | 0.32 | 0.16 | 0.00 | 330.37 | 0.98 | 0.84 |
| Hex | FE | AD | D5 | 0 | 20 | 10 | 0 | 14A | 62 | 54 |
| Octal | 376 | 255 | 325 | 0 | 40 | 20 | 0 | 512 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11010101 | 0 | 100000 | 10000 | 0 | 101001010 | 1100010 | 1010100 |
Color Harmonies of #FEADD5
Complementary color
Monochromatic Colors of #FEADD5
Black with #FEADD5
Text Example
Text Example
White with #FEADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADD5; }
p { color: rgb(254,173,213); }
H1.HeaderClassName
{
color: #FEADD5;
}
.AnyTagClassName
{
color: #FEADD5;
}
</style>
background-color css
<style>
a { background-color: #FEADD5; }
a { background-color: rgb(254,173,213); }
div.DivClassName
{
background-color: #FEADD5;
}
.BgClassName
{
background-color: #FEADD5;
}
</style>
border-color css
<style>
span { border-color: #FEADD5; }
span { border-color: rgb(254,173,213); }
td.TdClassName
{
border-color: #FEADD5;
}
.TagClassName
{
border-color: #FEADD5;
}
</style>