Shades of Lavender Pink #FAACD8
Tints of Lavender Pink #FAACD8
RGB
CMYK
RGB Variations
Color information
#FAACD8 (or 0xFAACD8) is known color: Lavender Pink. HEX triplet: FA, AC and D8. RGB value is (250,172,216). Sum of RGB (Red+Green+Blue) = 250+172+216=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACD8 is #055327. Grayscale: #C8C8C8. Windows color (decimal): -348968 or 14200058. OLE color: 14200058.
HSL color Cylindrical-coordinate representation of color #FAACD8: hue angle of 326.15º 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 #FAACD8 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 216 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.02 |
| HSL | 326.15º | 0.89% | 0.83% | - |
| HSV(B) | 326.15º | 0.31% | 0.98% | - |
| XYZ | 66.57 | 54.79 | 72.03 | - |
| YUV | 200.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 216 | 0 | 0.31 | 0.14 | 0.02 | 326.15 | 0.89 | 0.83 |
| Hex | FA | AC | D8 | 0 | 1F | E | 2 | 146 | 59 | 53 |
| Octal | 372 | 254 | 330 | 0 | 37 | 16 | 2 | 506 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11011000 | 0 | 11111 | 1110 | 10 | 101000110 | 1011001 | 1010011 |
Color Harmonies of #FAACD8
Complementary color
Monochromatic Colors of #FAACD8
Black with #FAACD8
Text Example
Text Example
White with #FAACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACD8; }
p { color: rgb(250,172,216); }
H1.HeaderClassName
{
color: #FAACD8;
}
.AnyTagClassName
{
color: #FAACD8;
}
</style>
background-color css
<style>
a { background-color: #FAACD8; }
a { background-color: rgb(250,172,216); }
div.DivClassName
{
background-color: #FAACD8;
}
.BgClassName
{
background-color: #FAACD8;
}
</style>
border-color css
<style>
span { border-color: #FAACD8; }
span { border-color: rgb(250,172,216); }
td.TdClassName
{
border-color: #FAACD8;
}
.TagClassName
{
border-color: #FAACD8;
}
</style>