Shades of Lavender Pink #FAACD4
Tints of Lavender Pink #FAACD4
RGB
CMYK
RGB Variations
Color information
#FAACD4 (or 0xFAACD4) is known color: Lavender Pink. HEX triplet: FA, AC and D4. RGB value is (250,172,212). Sum of RGB (Red+Green+Blue) = 250+172+212=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACD4 is #05532B. Grayscale: #C7C7C7. Windows color (decimal): -348972 or 13937914. OLE color: 13937914.
HSL color Cylindrical-coordinate representation of color #FAACD4: hue angle of 329.23º 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 #FAACD4 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 212 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.02 |
| HSL | 329.23º | 0.89% | 0.83% | - |
| HSV(B) | 329.23º | 0.31% | 0.98% | - |
| XYZ | 66.06 | 54.58 | 69.34 | - |
| YUV | 199.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 212 | 0 | 0.31 | 0.15 | 0.02 | 329.23 | 0.89 | 0.83 |
| Hex | FA | AC | D4 | 0 | 1F | F | 2 | 149 | 59 | 53 |
| Octal | 372 | 254 | 324 | 0 | 37 | 17 | 2 | 511 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11010100 | 0 | 11111 | 1111 | 10 | 101001001 | 1011001 | 1010011 |
Color Harmonies of #FAACD4
Complementary color
Monochromatic Colors of #FAACD4
Black with #FAACD4
Text Example
Text Example
White with #FAACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACD4; }
p { color: rgb(250,172,212); }
H1.HeaderClassName
{
color: #FAACD4;
}
.AnyTagClassName
{
color: #FAACD4;
}
</style>
background-color css
<style>
a { background-color: #FAACD4; }
a { background-color: rgb(250,172,212); }
div.DivClassName
{
background-color: #FAACD4;
}
.BgClassName
{
background-color: #FAACD4;
}
</style>
border-color css
<style>
span { border-color: #FAACD4; }
span { border-color: rgb(250,172,212); }
td.TdClassName
{
border-color: #FAACD4;
}
.TagClassName
{
border-color: #FAACD4;
}
</style>