Shades of Lavender Pink #FEABCE
Tints of Lavender Pink #FEABCE
RGB
CMYK
RGB Variations
Color information
#FEABCE (or 0xFEABCE) is known color: Lavender Pink. HEX triplet: FE, AB and CE. RGB value is (254,171,206). Sum of RGB (Red+Green+Blue) = 254+171+206=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABCE is #015431. Grayscale: #C7C7C7. Windows color (decimal): -87090 or 13544446. OLE color: 13544446.
HSL color Cylindrical-coordinate representation of color #FEABCE: hue angle of 334.7º 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 #FEABCE is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 206 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.00 |
| HSL | 334.7º | 0.98% | 0.83% | - |
| HSV(B) | 334.7º | 0.33% | 1% | - |
| XYZ | 66.58 | 54.65 | 65.43 | - |
| YUV | 199.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 206 | 0 | 0.33 | 0.19 | 0.00 | 334.7 | 0.98 | 0.83 |
| Hex | FE | AB | CE | 0 | 21 | 13 | 0 | 14F | 62 | 53 |
| Octal | 376 | 253 | 316 | 0 | 41 | 23 | 0 | 517 | 142 | 123 |
| Binary | 11111110 | 10101011 | 11001110 | 0 | 100001 | 10011 | 0 | 101001111 | 1100010 | 1010011 |
Color Harmonies of #FEABCE
Complementary color
Monochromatic Colors of #FEABCE
Black with #FEABCE
Text Example
Text Example
White with #FEABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABCE; }
p { color: rgb(254,171,206); }
H1.HeaderClassName
{
color: #FEABCE;
}
.AnyTagClassName
{
color: #FEABCE;
}
</style>
background-color css
<style>
a { background-color: #FEABCE; }
a { background-color: rgb(254,171,206); }
div.DivClassName
{
background-color: #FEABCE;
}
.BgClassName
{
background-color: #FEABCE;
}
</style>
border-color css
<style>
span { border-color: #FEABCE; }
span { border-color: rgb(254,171,206); }
td.TdClassName
{
border-color: #FEABCE;
}
.TagClassName
{
border-color: #FEABCE;
}
</style>