Shades of Lavender Pink #FEABDB
Tints of Lavender Pink #FEABDB
RGB
CMYK
RGB Variations
Color information
#FEABDB (or 0xFEABDB) is known color: Lavender Pink. HEX triplet: FE, AB and DB. RGB value is (254,171,219). Sum of RGB (Red+Green+Blue) = 254+171+219=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABDB is #015424. Grayscale: #C9C9C9. Windows color (decimal): -87077 or 14396414. OLE color: 14396414.
HSL color Cylindrical-coordinate representation of color #FEABDB: hue angle of 325.3º 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 #FEABDB is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 219 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.00 |
| HSL | 325.3º | 0.98% | 0.83% | - |
| HSV(B) | 325.3º | 0.33% | 1% | - |
| XYZ | 68.22 | 55.31 | 74.1 | - |
| YUV | 201.29 | 138 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 219 | 0 | 0.33 | 0.14 | 0.00 | 325.3 | 0.98 | 0.83 |
| Hex | FE | AB | DB | 0 | 21 | E | 0 | 145 | 62 | 53 |
| Octal | 376 | 253 | 333 | 0 | 41 | 16 | 0 | 505 | 142 | 123 |
| Binary | 11111110 | 10101011 | 11011011 | 0 | 100001 | 1110 | 0 | 101000101 | 1100010 | 1010011 |
Color Harmonies of #FEABDB
Complementary color
Monochromatic Colors of #FEABDB
Black with #FEABDB
Text Example
Text Example
White with #FEABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABDB; }
p { color: rgb(254,171,219); }
H1.HeaderClassName
{
color: #FEABDB;
}
.AnyTagClassName
{
color: #FEABDB;
}
</style>
background-color css
<style>
a { background-color: #FEABDB; }
a { background-color: rgb(254,171,219); }
div.DivClassName
{
background-color: #FEABDB;
}
.BgClassName
{
background-color: #FEABDB;
}
</style>
border-color css
<style>
span { border-color: #FEABDB; }
span { border-color: rgb(254,171,219); }
td.TdClassName
{
border-color: #FEABDB;
}
.TagClassName
{
border-color: #FEABDB;
}
</style>