Shades of Lavender Pink #FEAECF
Tints of Lavender Pink #FEAECF
RGB
CMYK
RGB Variations
Color information
#FEAECF (or 0xFEAECF) is known color: Lavender Pink. HEX triplet: FE, AE and CF. RGB value is (254,174,207). Sum of RGB (Red+Green+Blue) = 254+174+207=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAECF is #015130. Grayscale: #C9C9C9. Windows color (decimal): -86321 or 13610750. OLE color: 13610750.
HSL color Cylindrical-coordinate representation of color #FEAECF: hue angle of 335.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAECF is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 207 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.00 |
| HSL | 335.25º | 0.98% | 0.84% | - |
| HSV(B) | 335.25º | 0.31% | 1% | - |
| XYZ | 67.27 | 55.85 | 66.27 | - |
| YUV | 201.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 207 | 0 | 0.31 | 0.19 | 0.00 | 335.25 | 0.98 | 0.84 |
| Hex | FE | AE | CF | 0 | 1F | 13 | 0 | 14F | 62 | 54 |
| Octal | 376 | 256 | 317 | 0 | 37 | 23 | 0 | 517 | 142 | 124 |
| Binary | 11111110 | 10101110 | 11001111 | 0 | 11111 | 10011 | 0 | 101001111 | 1100010 | 1010100 |
Color Harmonies of #FEAECF
Complementary color
Monochromatic Colors of #FEAECF
Black with #FEAECF
Text Example
Text Example
White with #FEAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAECF; }
p { color: rgb(254,174,207); }
H1.HeaderClassName
{
color: #FEAECF;
}
.AnyTagClassName
{
color: #FEAECF;
}
</style>
background-color css
<style>
a { background-color: #FEAECF; }
a { background-color: rgb(254,174,207); }
div.DivClassName
{
background-color: #FEAECF;
}
.BgClassName
{
background-color: #FEAECF;
}
</style>
border-color css
<style>
span { border-color: #FEAECF; }
span { border-color: rgb(254,174,207); }
td.TdClassName
{
border-color: #FEAECF;
}
.TagClassName
{
border-color: #FEAECF;
}
</style>