Shades of Lavender Pink #FEACCE
Tints of Lavender Pink #FEACCE
RGB
CMYK
RGB Variations
Color information
#FEACCE (or 0xFEACCE) is known color: Lavender Pink. HEX triplet: FE, AC and CE. RGB value is (254,172,206). Sum of RGB (Red+Green+Blue) = 254+172+206=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACCE is #015331. Grayscale: #C8C8C8. Windows color (decimal): -86834 or 13544702. OLE color: 13544702.
HSL color Cylindrical-coordinate representation of color #FEACCE: hue angle of 335.12º 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 #FEACCE is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 206 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.00 |
| HSL | 335.12º | 0.98% | 0.84% | - |
| HSV(B) | 335.12º | 0.32% | 1% | - |
| XYZ | 66.77 | 55.03 | 65.5 | - |
| YUV | 200.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 206 | 0 | 0.32 | 0.19 | 0.00 | 335.12 | 0.98 | 0.84 |
| Hex | FE | AC | CE | 0 | 20 | 13 | 0 | 14F | 62 | 54 |
| Octal | 376 | 254 | 316 | 0 | 40 | 23 | 0 | 517 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11001110 | 0 | 100000 | 10011 | 0 | 101001111 | 1100010 | 1010100 |
Color Harmonies of #FEACCE
Complementary color
Monochromatic Colors of #FEACCE
Black with #FEACCE
Text Example
Text Example
White with #FEACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACCE; }
p { color: rgb(254,172,206); }
H1.HeaderClassName
{
color: #FEACCE;
}
.AnyTagClassName
{
color: #FEACCE;
}
</style>
background-color css
<style>
a { background-color: #FEACCE; }
a { background-color: rgb(254,172,206); }
div.DivClassName
{
background-color: #FEACCE;
}
.BgClassName
{
background-color: #FEACCE;
}
</style>
border-color css
<style>
span { border-color: #FEACCE; }
span { border-color: rgb(254,172,206); }
td.TdClassName
{
border-color: #FEACCE;
}
.TagClassName
{
border-color: #FEACCE;
}
</style>