Shades of Lavender Pink #FEA8CF
Tints of Lavender Pink #FEA8CF
RGB
CMYK
RGB Variations
Color information
#FEA8CF (or 0xFEA8CF) is known color: Lavender Pink. HEX triplet: FE, A8 and CF. RGB value is (254,168,207). Sum of RGB (Red+Green+Blue) = 254+168+207=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8CF is #015730. Grayscale: #C6C6C6. Windows color (decimal): -87857 or 13609214. OLE color: 13609214.
HSL color Cylindrical-coordinate representation of color #FEA8CF: hue angle of 332.79º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8CF is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 207 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.00 |
| HSL | 332.79º | 0.98% | 0.83% | - |
| HSV(B) | 332.79º | 0.34% | 1% | - |
| XYZ | 66.14 | 53.58 | 65.89 | - |
| YUV | 198.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 207 | 0 | 0.34 | 0.19 | 0.00 | 332.79 | 0.98 | 0.83 |
| Hex | FE | A8 | CF | 0 | 22 | 13 | 0 | 14D | 62 | 53 |
| Octal | 376 | 250 | 317 | 0 | 42 | 23 | 0 | 515 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11001111 | 0 | 100010 | 10011 | 0 | 101001101 | 1100010 | 1010011 |
Color Harmonies of #FEA8CF
Complementary color
Monochromatic Colors of #FEA8CF
Black with #FEA8CF
Text Example
Text Example
White with #FEA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8CF; }
p { color: rgb(254,168,207); }
H1.HeaderClassName
{
color: #FEA8CF;
}
.AnyTagClassName
{
color: #FEA8CF;
}
</style>
background-color css
<style>
a { background-color: #FEA8CF; }
a { background-color: rgb(254,168,207); }
div.DivClassName
{
background-color: #FEA8CF;
}
.BgClassName
{
background-color: #FEA8CF;
}
</style>
border-color css
<style>
span { border-color: #FEA8CF; }
span { border-color: rgb(254,168,207); }
td.TdClassName
{
border-color: #FEA8CF;
}
.TagClassName
{
border-color: #FEA8CF;
}
</style>