Shades of Lavender Pink #FEAEDF
Tints of Lavender Pink #FEAEDF
RGB
CMYK
RGB Variations
Color information
#FEAEDF (or 0xFEAEDF) is known color: Lavender Pink. HEX triplet: FE, AE and DF. RGB value is (254,174,223). Sum of RGB (Red+Green+Blue) = 254+174+223=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEDF is #015120. Grayscale: #CBCBCB. Windows color (decimal): -86305 or 14659326. OLE color: 14659326.
HSL color Cylindrical-coordinate representation of color #FEAEDF: hue angle of 323.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 #FEAEDF is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 223 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.00 |
| HSL | 323.25º | 0.98% | 0.84% | - |
| HSV(B) | 323.25º | 0.31% | 1% | - |
| XYZ | 69.33 | 56.67 | 77.1 | - |
| YUV | 203.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 223 | 0 | 0.31 | 0.12 | 0.00 | 323.25 | 0.98 | 0.84 |
| Hex | FE | AE | DF | 0 | 1F | C | 0 | 143 | 62 | 54 |
| Octal | 376 | 256 | 337 | 0 | 37 | 14 | 0 | 503 | 142 | 124 |
| Binary | 11111110 | 10101110 | 11011111 | 0 | 11111 | 1100 | 0 | 101000011 | 1100010 | 1010100 |
Color Harmonies of #FEAEDF
Complementary color
Monochromatic Colors of #FEAEDF
Black with #FEAEDF
Text Example
Text Example
White with #FEAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEDF; }
p { color: rgb(254,174,223); }
H1.HeaderClassName
{
color: #FEAEDF;
}
.AnyTagClassName
{
color: #FEAEDF;
}
</style>
background-color css
<style>
a { background-color: #FEAEDF; }
a { background-color: rgb(254,174,223); }
div.DivClassName
{
background-color: #FEAEDF;
}
.BgClassName
{
background-color: #FEAEDF;
}
</style>
border-color css
<style>
span { border-color: #FEAEDF; }
span { border-color: rgb(254,174,223); }
td.TdClassName
{
border-color: #FEAEDF;
}
.TagClassName
{
border-color: #FEAEDF;
}
</style>