Shades of Lavender Pink #FAADD7
Tints of Lavender Pink #FAADD7
RGB
CMYK
RGB Variations
Color information
#FAADD7 (or 0xFAADD7) is known color: Lavender Pink. HEX triplet: FA, AD and D7. RGB value is (250,173,215). Sum of RGB (Red+Green+Blue) = 250+173+215=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADD7 is #055228. Grayscale: #C8C8C8. Windows color (decimal): -348713 or 14134778. OLE color: 14134778.
HSL color Cylindrical-coordinate representation of color #FAADD7: hue angle of 327.27º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAADD7 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 215 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.02 |
| HSL | 327.27º | 0.89% | 0.83% | - |
| HSV(B) | 327.27º | 0.31% | 0.98% | - |
| XYZ | 66.63 | 55.12 | 71.42 | - |
| YUV | 200.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 215 | 0 | 0.31 | 0.14 | 0.02 | 327.27 | 0.89 | 0.83 |
| Hex | FA | AD | D7 | 0 | 1F | E | 2 | 147 | 59 | 53 |
| Octal | 372 | 255 | 327 | 0 | 37 | 16 | 2 | 507 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11010111 | 0 | 11111 | 1110 | 10 | 101000111 | 1011001 | 1010011 |
Color Harmonies of #FAADD7
Complementary color
Monochromatic Colors of #FAADD7
Black with #FAADD7
Text Example
Text Example
White with #FAADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADD7; }
p { color: rgb(250,173,215); }
H1.HeaderClassName
{
color: #FAADD7;
}
.AnyTagClassName
{
color: #FAADD7;
}
</style>
background-color css
<style>
a { background-color: #FAADD7; }
a { background-color: rgb(250,173,215); }
div.DivClassName
{
background-color: #FAADD7;
}
.BgClassName
{
background-color: #FAADD7;
}
</style>
border-color css
<style>
span { border-color: #FAADD7; }
span { border-color: rgb(250,173,215); }
td.TdClassName
{
border-color: #FAADD7;
}
.TagClassName
{
border-color: #FAADD7;
}
</style>