Shades of Lavender Pink #FAAECD
Tints of Lavender Pink #FAAECD
RGB
CMYK
RGB Variations
Color information
#FAAECD (or 0xFAAECD) is known color: Lavender Pink. HEX triplet: FA, AE and CD. RGB value is (250,174,205). Sum of RGB (Red+Green+Blue) = 250+174+205=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAECD is #055132. Grayscale: #C8C8C8. Windows color (decimal): -348467 or 13479674. OLE color: 13479674.
HSL color Cylindrical-coordinate representation of color #FAAECD: hue angle of 335.53º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAECD is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 205 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.02 |
| HSL | 335.53º | 0.88% | 0.83% | - |
| HSV(B) | 335.53º | 0.3% | 0.98% | - |
| XYZ | 65.58 | 55 | 64.92 | - |
| YUV | 200.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 205 | 0 | 0.30 | 0.18 | 0.02 | 335.53 | 0.88 | 0.83 |
| Hex | FA | AE | CD | 0 | 1E | 12 | 2 | 150 | 58 | 53 |
| Octal | 372 | 256 | 315 | 0 | 36 | 22 | 2 | 520 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11001101 | 0 | 11110 | 10010 | 10 | 101010000 | 1011000 | 1010011 |
Color Harmonies of #FAAECD
Complementary color
Monochromatic Colors of #FAAECD
Black with #FAAECD
Text Example
Text Example
White with #FAAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAECD; }
p { color: rgb(250,174,205); }
H1.HeaderClassName
{
color: #FAAECD;
}
.AnyTagClassName
{
color: #FAAECD;
}
</style>
background-color css
<style>
a { background-color: #FAAECD; }
a { background-color: rgb(250,174,205); }
div.DivClassName
{
background-color: #FAAECD;
}
.BgClassName
{
background-color: #FAAECD;
}
</style>
border-color css
<style>
span { border-color: #FAAECD; }
span { border-color: rgb(250,174,205); }
td.TdClassName
{
border-color: #FAAECD;
}
.TagClassName
{
border-color: #FAAECD;
}
</style>