Shades of Lavender Pink #FAAED0
Tints of Lavender Pink #FAAED0
RGB
CMYK
RGB Variations
Color information
#FAAED0 (or 0xFAAED0) is known color: Lavender Pink. HEX triplet: FA, AE and D0. RGB value is (250,174,208). Sum of RGB (Red+Green+Blue) = 250+174+208=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAED0 is #05512F. Grayscale: #C8C8C8. Windows color (decimal): -348464 or 13676282. OLE color: 13676282.
HSL color Cylindrical-coordinate representation of color #FAAED0: hue angle of 333.16º 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 #FAAED0 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 208 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.02 |
| HSL | 333.16º | 0.88% | 0.83% | - |
| HSV(B) | 333.16º | 0.3% | 0.98% | - |
| XYZ | 65.95 | 55.15 | 66.84 | - |
| YUV | 200.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 208 | 0 | 0.30 | 0.17 | 0.02 | 333.16 | 0.88 | 0.83 |
| Hex | FA | AE | D0 | 0 | 1E | 11 | 2 | 14D | 58 | 53 |
| Octal | 372 | 256 | 320 | 0 | 36 | 21 | 2 | 515 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11010000 | 0 | 11110 | 10001 | 10 | 101001101 | 1011000 | 1010011 |
Color Harmonies of #FAAED0
Complementary color
Monochromatic Colors of #FAAED0
Black with #FAAED0
Text Example
Text Example
White with #FAAED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAED0; }
p { color: rgb(250,174,208); }
H1.HeaderClassName
{
color: #FAAED0;
}
.AnyTagClassName
{
color: #FAAED0;
}
</style>
background-color css
<style>
a { background-color: #FAAED0; }
a { background-color: rgb(250,174,208); }
div.DivClassName
{
background-color: #FAAED0;
}
.BgClassName
{
background-color: #FAAED0;
}
</style>
border-color css
<style>
span { border-color: #FAAED0; }
span { border-color: rgb(250,174,208); }
td.TdClassName
{
border-color: #FAAED0;
}
.TagClassName
{
border-color: #FAAED0;
}
</style>