Shades of Lavender Pink #FEADD8
Tints of Lavender Pink #FEADD8
RGB
CMYK
RGB Variations
Color information
#FEADD8 (or 0xFEADD8) is known color: Lavender Pink. HEX triplet: FE, AD and D8. RGB value is (254,173,216). Sum of RGB (Red+Green+Blue) = 254+173+216=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADD8 is #015227. Grayscale: #CACACA. Windows color (decimal): -86568 or 14200318. OLE color: 14200318.
HSL color Cylindrical-coordinate representation of color #FEADD8: hue angle of 328.15º 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 #FEADD8 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 216 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.00 |
| HSL | 328.15º | 0.98% | 0.84% | - |
| HSV(B) | 328.15º | 0.32% | 1% | - |
| XYZ | 68.21 | 55.92 | 72.16 | - |
| YUV | 202.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 216 | 0 | 0.32 | 0.15 | 0.00 | 328.15 | 0.98 | 0.84 |
| Hex | FE | AD | D8 | 0 | 20 | F | 0 | 148 | 62 | 54 |
| Octal | 376 | 255 | 330 | 0 | 40 | 17 | 0 | 510 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11011000 | 0 | 100000 | 1111 | 0 | 101001000 | 1100010 | 1010100 |
Color Harmonies of #FEADD8
Complementary color
Monochromatic Colors of #FEADD8
Black with #FEADD8
Text Example
Text Example
White with #FEADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADD8; }
p { color: rgb(254,173,216); }
H1.HeaderClassName
{
color: #FEADD8;
}
.AnyTagClassName
{
color: #FEADD8;
}
</style>
background-color css
<style>
a { background-color: #FEADD8; }
a { background-color: rgb(254,173,216); }
div.DivClassName
{
background-color: #FEADD8;
}
.BgClassName
{
background-color: #FEADD8;
}
</style>
border-color css
<style>
span { border-color: #FEADD8; }
span { border-color: rgb(254,173,216); }
td.TdClassName
{
border-color: #FEADD8;
}
.TagClassName
{
border-color: #FEADD8;
}
</style>