Shades of Lavender Pink #FAACCD
Tints of Lavender Pink #FAACCD
RGB
CMYK
RGB Variations
Color information
#FAACCD (or 0xFAACCD) is known color: Lavender Pink. HEX triplet: FA, AC and CD. RGB value is (250,172,205). Sum of RGB (Red+Green+Blue) = 250+172+205=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACCD is #055332. Grayscale: #C7C7C7. Windows color (decimal): -348979 or 13479162. OLE color: 13479162.
HSL color Cylindrical-coordinate representation of color #FAACCD: hue angle of 334.62º 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 #FAACCD is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 205 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.02 |
| HSL | 334.62º | 0.89% | 0.83% | - |
| HSV(B) | 334.62º | 0.31% | 0.98% | - |
| XYZ | 65.2 | 54.24 | 64.79 | - |
| YUV | 199.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 205 | 0 | 0.31 | 0.18 | 0.02 | 334.62 | 0.89 | 0.83 |
| Hex | FA | AC | CD | 0 | 1F | 12 | 2 | 14F | 59 | 53 |
| Octal | 372 | 254 | 315 | 0 | 37 | 22 | 2 | 517 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11001101 | 0 | 11111 | 10010 | 10 | 101001111 | 1011001 | 1010011 |
Color Harmonies of #FAACCD
Complementary color
Monochromatic Colors of #FAACCD
Black with #FAACCD
Text Example
Text Example
White with #FAACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACCD; }
p { color: rgb(250,172,205); }
H1.HeaderClassName
{
color: #FAACCD;
}
.AnyTagClassName
{
color: #FAACCD;
}
</style>
background-color css
<style>
a { background-color: #FAACCD; }
a { background-color: rgb(250,172,205); }
div.DivClassName
{
background-color: #FAACCD;
}
.BgClassName
{
background-color: #FAACCD;
}
</style>
border-color css
<style>
span { border-color: #FAACCD; }
span { border-color: rgb(250,172,205); }
td.TdClassName
{
border-color: #FAACCD;
}
.TagClassName
{
border-color: #FAACCD;
}
</style>