Shades of Lavender Pink #FCACD5
Tints of Lavender Pink #FCACD5
RGB
CMYK
RGB Variations
Color information
#FCACD5 (or 0xFCACD5) is known color: Lavender Pink. HEX triplet: FC, AC and D5. RGB value is (252,172,213). Sum of RGB (Red+Green+Blue) = 252+172+213=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACD5 is #03532A. Grayscale: #C8C8C8. Windows color (decimal): -217899 or 14003452. OLE color: 14003452.
HSL color Cylindrical-coordinate representation of color #FCACD5: hue angle of 329.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 #FCACD5 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 213 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.01 |
| HSL | 329.25º | 0.93% | 0.83% | - |
| HSV(B) | 329.25º | 0.32% | 0.99% | - |
| XYZ | 66.91 | 55 | 70.04 | - |
| YUV | 200.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 213 | 0 | 0.32 | 0.15 | 0.01 | 329.25 | 0.93 | 0.83 |
| Hex | FC | AC | D5 | 0 | 20 | F | 1 | 149 | 5D | 53 |
| Octal | 374 | 254 | 325 | 0 | 40 | 17 | 1 | 511 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11010101 | 0 | 100000 | 1111 | 1 | 101001001 | 1011101 | 1010011 |
Color Harmonies of #FCACD5
Complementary color
Monochromatic Colors of #FCACD5
Black with #FCACD5
Text Example
Text Example
White with #FCACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACD5; }
p { color: rgb(252,172,213); }
H1.HeaderClassName
{
color: #FCACD5;
}
.AnyTagClassName
{
color: #FCACD5;
}
</style>
background-color css
<style>
a { background-color: #FCACD5; }
a { background-color: rgb(252,172,213); }
div.DivClassName
{
background-color: #FCACD5;
}
.BgClassName
{
background-color: #FCACD5;
}
</style>
border-color css
<style>
span { border-color: #FCACD5; }
span { border-color: rgb(252,172,213); }
td.TdClassName
{
border-color: #FCACD5;
}
.TagClassName
{
border-color: #FCACD5;
}
</style>