Shades of Lavender Pink #FEABDD
Tints of Lavender Pink #FEABDD
RGB
CMYK
RGB Variations
Color information
#FEABDD (or 0xFEABDD) is known color: Lavender Pink. HEX triplet: FE, AB and DD. RGB value is (254,171,221). Sum of RGB (Red+Green+Blue) = 254+171+221=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABDD is #015422. Grayscale: #C9C9C9. Windows color (decimal): -87075 or 14527486. OLE color: 14527486.
HSL color Cylindrical-coordinate representation of color #FEABDD: hue angle of 323.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEABDD is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 221 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.00 |
| HSL | 323.86º | 0.98% | 0.83% | - |
| HSV(B) | 323.86º | 0.33% | 1% | - |
| XYZ | 68.49 | 55.42 | 75.49 | - |
| YUV | 201.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 221 | 0 | 0.33 | 0.13 | 0.00 | 323.86 | 0.98 | 0.83 |
| Hex | FE | AB | DD | 0 | 21 | D | 0 | 144 | 62 | 53 |
| Octal | 376 | 253 | 335 | 0 | 41 | 15 | 0 | 504 | 142 | 123 |
| Binary | 11111110 | 10101011 | 11011101 | 0 | 100001 | 1101 | 0 | 101000100 | 1100010 | 1010011 |
Color Harmonies of #FEABDD
Complementary color
Monochromatic Colors of #FEABDD
Black with #FEABDD
Text Example
Text Example
White with #FEABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABDD; }
p { color: rgb(254,171,221); }
H1.HeaderClassName
{
color: #FEABDD;
}
.AnyTagClassName
{
color: #FEABDD;
}
</style>
background-color css
<style>
a { background-color: #FEABDD; }
a { background-color: rgb(254,171,221); }
div.DivClassName
{
background-color: #FEABDD;
}
.BgClassName
{
background-color: #FEABDD;
}
</style>
border-color css
<style>
span { border-color: #FEABDD; }
span { border-color: rgb(254,171,221); }
td.TdClassName
{
border-color: #FEABDD;
}
.TagClassName
{
border-color: #FEABDD;
}
</style>