Shades of Lavender Pink #FEABD0
Tints of Lavender Pink #FEABD0
RGB
CMYK
RGB Variations
Color information
#FEABD0 (or 0xFEABD0) is known color: Lavender Pink. HEX triplet: FE, AB and D0. RGB value is (254,171,208). Sum of RGB (Red+Green+Blue) = 254+171+208=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABD0 is #01542F. Grayscale: #C7C7C7. Windows color (decimal): -87088 or 13675518. OLE color: 13675518.
HSL color Cylindrical-coordinate representation of color #FEABD0: hue angle of 333.25º 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 #FEABD0 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 208 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.00 |
| HSL | 333.25º | 0.98% | 0.83% | - |
| HSV(B) | 333.25º | 0.33% | 1% | - |
| XYZ | 66.82 | 54.75 | 66.72 | - |
| YUV | 200.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 208 | 0 | 0.33 | 0.18 | 0.00 | 333.25 | 0.98 | 0.83 |
| Hex | FE | AB | D0 | 0 | 21 | 12 | 0 | 14D | 62 | 53 |
| Octal | 376 | 253 | 320 | 0 | 41 | 22 | 0 | 515 | 142 | 123 |
| Binary | 11111110 | 10101011 | 11010000 | 0 | 100001 | 10010 | 0 | 101001101 | 1100010 | 1010011 |
Color Harmonies of #FEABD0
Complementary color
Monochromatic Colors of #FEABD0
Black with #FEABD0
Text Example
Text Example
White with #FEABD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABD0; }
p { color: rgb(254,171,208); }
H1.HeaderClassName
{
color: #FEABD0;
}
.AnyTagClassName
{
color: #FEABD0;
}
</style>
background-color css
<style>
a { background-color: #FEABD0; }
a { background-color: rgb(254,171,208); }
div.DivClassName
{
background-color: #FEABD0;
}
.BgClassName
{
background-color: #FEABD0;
}
</style>
border-color css
<style>
span { border-color: #FEABD0; }
span { border-color: rgb(254,171,208); }
td.TdClassName
{
border-color: #FEABD0;
}
.TagClassName
{
border-color: #FEABD0;
}
</style>