Shades of Lavender Pink #FAACD5
Tints of Lavender Pink #FAACD5
RGB
CMYK
RGB Variations
Color information
#FAACD5 (or 0xFAACD5) is known color: Lavender Pink. HEX triplet: FA, AC and D5. RGB value is (250,172,213). Sum of RGB (Red+Green+Blue) = 250+172+213=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACD5 is #05532A. Grayscale: #C7C7C7. Windows color (decimal): -348971 or 14003450. OLE color: 14003450.
HSL color Cylindrical-coordinate representation of color #FAACD5: hue angle of 328.46º 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 #FAACD5 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 213 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.02 |
| HSL | 328.46º | 0.89% | 0.83% | - |
| HSV(B) | 328.46º | 0.31% | 0.98% | - |
| XYZ | 66.19 | 54.63 | 70.01 | - |
| YUV | 200 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 213 | 0 | 0.31 | 0.15 | 0.02 | 328.46 | 0.89 | 0.83 |
| Hex | FA | AC | D5 | 0 | 1F | F | 2 | 148 | 59 | 53 |
| Octal | 372 | 254 | 325 | 0 | 37 | 17 | 2 | 510 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11010101 | 0 | 11111 | 1111 | 10 | 101001000 | 1011001 | 1010011 |
Color Harmonies of #FAACD5
Complementary color
Monochromatic Colors of #FAACD5
Black with #FAACD5
Text Example
Text Example
White with #FAACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACD5; }
p { color: rgb(250,172,213); }
H1.HeaderClassName
{
color: #FAACD5;
}
.AnyTagClassName
{
color: #FAACD5;
}
</style>
background-color css
<style>
a { background-color: #FAACD5; }
a { background-color: rgb(250,172,213); }
div.DivClassName
{
background-color: #FAACD5;
}
.BgClassName
{
background-color: #FAACD5;
}
</style>
border-color css
<style>
span { border-color: #FAACD5; }
span { border-color: rgb(250,172,213); }
td.TdClassName
{
border-color: #FAACD5;
}
.TagClassName
{
border-color: #FAACD5;
}
</style>