Shades of Lavender Pink #FAAEDD
Tints of Lavender Pink #FAAEDD
RGB
CMYK
RGB Variations
Color information
#FAAEDD (or 0xFAAEDD) is known color: Lavender Pink. HEX triplet: FA, AE and DD. RGB value is (250,174,221). Sum of RGB (Red+Green+Blue) = 250+174+221=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEDD is #055122. Grayscale: #C9C9C9. Windows color (decimal): -348451 or 14528250. OLE color: 14528250.
HSL color Cylindrical-coordinate representation of color #FAAEDD: hue angle of 322.89º 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 #FAAEDD is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 221 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.02 |
| HSL | 322.89º | 0.88% | 0.83% | - |
| HSV(B) | 322.89º | 0.3% | 0.98% | - |
| XYZ | 67.61 | 55.82 | 75.62 | - |
| YUV | 202.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 221 | 0 | 0.30 | 0.12 | 0.02 | 322.89 | 0.88 | 0.83 |
| Hex | FA | AE | DD | 0 | 1E | C | 2 | 143 | 58 | 53 |
| Octal | 372 | 256 | 335 | 0 | 36 | 14 | 2 | 503 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11011101 | 0 | 11110 | 1100 | 10 | 101000011 | 1011000 | 1010011 |
Color Harmonies of #FAAEDD
Complementary color
Monochromatic Colors of #FAAEDD
Black with #FAAEDD
Text Example
Text Example
White with #FAAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEDD; }
p { color: rgb(250,174,221); }
H1.HeaderClassName
{
color: #FAAEDD;
}
.AnyTagClassName
{
color: #FAAEDD;
}
</style>
background-color css
<style>
a { background-color: #FAAEDD; }
a { background-color: rgb(250,174,221); }
div.DivClassName
{
background-color: #FAAEDD;
}
.BgClassName
{
background-color: #FAAEDD;
}
</style>
border-color css
<style>
span { border-color: #FAAEDD; }
span { border-color: rgb(250,174,221); }
td.TdClassName
{
border-color: #FAAEDD;
}
.TagClassName
{
border-color: #FAAEDD;
}
</style>