Shades of Lavender Pink #FAADD8
Tints of Lavender Pink #FAADD8
RGB
CMYK
RGB Variations
Color information
#FAADD8 (or 0xFAADD8) is known color: Lavender Pink. HEX triplet: FA, AD and D8. RGB value is (250,173,216). Sum of RGB (Red+Green+Blue) = 250+173+216=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADD8 is #055227. Grayscale: #C8C8C8. Windows color (decimal): -348712 or 14200314. OLE color: 14200314.
HSL color Cylindrical-coordinate representation of color #FAADD8: hue angle of 326.49º 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 #FAADD8 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 216 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.02 |
| HSL | 326.49º | 0.89% | 0.83% | - |
| HSV(B) | 326.49º | 0.31% | 0.98% | - |
| XYZ | 66.76 | 55.17 | 72.1 | - |
| YUV | 200.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 216 | 0 | 0.31 | 0.14 | 0.02 | 326.49 | 0.89 | 0.83 |
| Hex | FA | AD | D8 | 0 | 1F | E | 2 | 146 | 59 | 53 |
| Octal | 372 | 255 | 330 | 0 | 37 | 16 | 2 | 506 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11011000 | 0 | 11111 | 1110 | 10 | 101000110 | 1011001 | 1010011 |
Color Harmonies of #FAADD8
Complementary color
Monochromatic Colors of #FAADD8
Black with #FAADD8
Text Example
Text Example
White with #FAADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADD8; }
p { color: rgb(250,173,216); }
H1.HeaderClassName
{
color: #FAADD8;
}
.AnyTagClassName
{
color: #FAADD8;
}
</style>
background-color css
<style>
a { background-color: #FAADD8; }
a { background-color: rgb(250,173,216); }
div.DivClassName
{
background-color: #FAADD8;
}
.BgClassName
{
background-color: #FAADD8;
}
</style>
border-color css
<style>
span { border-color: #FAADD8; }
span { border-color: rgb(250,173,216); }
td.TdClassName
{
border-color: #FAADD8;
}
.TagClassName
{
border-color: #FAADD8;
}
</style>