Shades of Lavender Pink #FAAED6
Tints of Lavender Pink #FAAED6
RGB
CMYK
RGB Variations
Color information
#FAAED6 (or 0xFAAED6) is known color: Lavender Pink. HEX triplet: FA, AE and D6. RGB value is (250,174,214). Sum of RGB (Red+Green+Blue) = 250+174+214=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAED6 is #055129. Grayscale: #C9C9C9. Windows color (decimal): -348458 or 14069498. OLE color: 14069498.
HSL color Cylindrical-coordinate representation of color #FAAED6: hue angle of 328.42º 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 #FAAED6 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 214 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.02 |
| HSL | 328.42º | 0.88% | 0.83% | - |
| HSV(B) | 328.42º | 0.3% | 0.98% | - |
| XYZ | 66.7 | 55.45 | 70.81 | - |
| YUV | 201.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 214 | 0 | 0.30 | 0.14 | 0.02 | 328.42 | 0.88 | 0.83 |
| Hex | FA | AE | D6 | 0 | 1E | E | 2 | 148 | 58 | 53 |
| Octal | 372 | 256 | 326 | 0 | 36 | 16 | 2 | 510 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11010110 | 0 | 11110 | 1110 | 10 | 101001000 | 1011000 | 1010011 |
Color Harmonies of #FAAED6
Complementary color
Monochromatic Colors of #FAAED6
Black with #FAAED6
Text Example
Text Example
White with #FAAED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAED6; }
p { color: rgb(250,174,214); }
H1.HeaderClassName
{
color: #FAAED6;
}
.AnyTagClassName
{
color: #FAAED6;
}
</style>
background-color css
<style>
a { background-color: #FAAED6; }
a { background-color: rgb(250,174,214); }
div.DivClassName
{
background-color: #FAAED6;
}
.BgClassName
{
background-color: #FAAED6;
}
</style>
border-color css
<style>
span { border-color: #FAAED6; }
span { border-color: rgb(250,174,214); }
td.TdClassName
{
border-color: #FAAED6;
}
.TagClassName
{
border-color: #FAAED6;
}
</style>