Shades of Lavender Pink #FAACD0
Tints of Lavender Pink #FAACD0
RGB
CMYK
RGB Variations
Color information
#FAACD0 (or 0xFAACD0) is known color: Lavender Pink. HEX triplet: FA, AC and D0. RGB value is (250,172,208). Sum of RGB (Red+Green+Blue) = 250+172+208=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACD0 is #05532F. Grayscale: #C7C7C7. Windows color (decimal): -348976 or 13675770. OLE color: 13675770.
HSL color Cylindrical-coordinate representation of color #FAACD0: hue angle of 332.31º 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 #FAACD0 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 208 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.02 |
| HSL | 332.31º | 0.89% | 0.83% | - |
| HSV(B) | 332.31º | 0.31% | 0.98% | - |
| XYZ | 65.56 | 54.38 | 66.72 | - |
| YUV | 199.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 208 | 0 | 0.31 | 0.17 | 0.02 | 332.31 | 0.89 | 0.83 |
| Hex | FA | AC | D0 | 0 | 1F | 11 | 2 | 14C | 59 | 53 |
| Octal | 372 | 254 | 320 | 0 | 37 | 21 | 2 | 514 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11010000 | 0 | 11111 | 10001 | 10 | 101001100 | 1011001 | 1010011 |
Color Harmonies of #FAACD0
Complementary color
Monochromatic Colors of #FAACD0
Black with #FAACD0
Text Example
Text Example
White with #FAACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACD0; }
p { color: rgb(250,172,208); }
H1.HeaderClassName
{
color: #FAACD0;
}
.AnyTagClassName
{
color: #FAACD0;
}
</style>
background-color css
<style>
a { background-color: #FAACD0; }
a { background-color: rgb(250,172,208); }
div.DivClassName
{
background-color: #FAACD0;
}
.BgClassName
{
background-color: #FAACD0;
}
</style>
border-color css
<style>
span { border-color: #FAACD0; }
span { border-color: rgb(250,172,208); }
td.TdClassName
{
border-color: #FAACD0;
}
.TagClassName
{
border-color: #FAACD0;
}
</style>