Shades of Lavender Pink #FCACCD
Tints of Lavender Pink #FCACCD
RGB
CMYK
RGB Variations
Color information
#FCACCD (or 0xFCACCD) is known color: Lavender Pink. HEX triplet: FC, AC and CD. RGB value is (252,172,205). Sum of RGB (Red+Green+Blue) = 252+172+205=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACCD is #035332. Grayscale: #C7C7C7. Windows color (decimal): -217907 or 13479164. OLE color: 13479164.
HSL color Cylindrical-coordinate representation of color #FCACCD: hue angle of 335.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCACCD is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 205 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.01 |
| HSL | 335.25º | 0.93% | 0.83% | - |
| HSV(B) | 335.25º | 0.32% | 0.99% | - |
| XYZ | 65.92 | 54.61 | 64.82 | - |
| YUV | 199.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 205 | 0 | 0.32 | 0.19 | 0.01 | 335.25 | 0.93 | 0.83 |
| Hex | FC | AC | CD | 0 | 20 | 13 | 1 | 14F | 5D | 53 |
| Octal | 374 | 254 | 315 | 0 | 40 | 23 | 1 | 517 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11001101 | 0 | 100000 | 10011 | 1 | 101001111 | 1011101 | 1010011 |
Color Harmonies of #FCACCD
Complementary color
Monochromatic Colors of #FCACCD
Black with #FCACCD
Text Example
Text Example
White with #FCACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACCD; }
p { color: rgb(252,172,205); }
H1.HeaderClassName
{
color: #FCACCD;
}
.AnyTagClassName
{
color: #FCACCD;
}
</style>
background-color css
<style>
a { background-color: #FCACCD; }
a { background-color: rgb(252,172,205); }
div.DivClassName
{
background-color: #FCACCD;
}
.BgClassName
{
background-color: #FCACCD;
}
</style>
border-color css
<style>
span { border-color: #FCACCD; }
span { border-color: rgb(252,172,205); }
td.TdClassName
{
border-color: #FCACCD;
}
.TagClassName
{
border-color: #FCACCD;
}
</style>