Shades of Lavender Pink #FCACD0
Tints of Lavender Pink #FCACD0
RGB
CMYK
RGB Variations
Color information
#FCACD0 (or 0xFCACD0) is known color: Lavender Pink. HEX triplet: FC, AC and D0. RGB value is (252,172,208). Sum of RGB (Red+Green+Blue) = 252+172+208=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACD0 is #03532F. Grayscale: #C7C7C7. Windows color (decimal): -217904 or 13675772. OLE color: 13675772.
HSL color Cylindrical-coordinate representation of color #FCACD0: hue angle of 333º 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 #FCACD0 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 208 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.01 |
| HSL | 333º | 0.93% | 0.83% | - |
| HSV(B) | 333º | 0.32% | 0.99% | - |
| XYZ | 66.28 | 54.75 | 66.75 | - |
| YUV | 200.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 208 | 0 | 0.32 | 0.17 | 0.01 | 333 | 0.93 | 0.83 |
| Hex | FC | AC | D0 | 0 | 20 | 11 | 1 | 14D | 5D | 53 |
| Octal | 374 | 254 | 320 | 0 | 40 | 21 | 1 | 515 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11010000 | 0 | 100000 | 10001 | 1 | 101001101 | 1011101 | 1010011 |
Color Harmonies of #FCACD0
Complementary color
Monochromatic Colors of #FCACD0
Black with #FCACD0
Text Example
Text Example
White with #FCACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACD0; }
p { color: rgb(252,172,208); }
H1.HeaderClassName
{
color: #FCACD0;
}
.AnyTagClassName
{
color: #FCACD0;
}
</style>
background-color css
<style>
a { background-color: #FCACD0; }
a { background-color: rgb(252,172,208); }
div.DivClassName
{
background-color: #FCACD0;
}
.BgClassName
{
background-color: #FCACD0;
}
</style>
border-color css
<style>
span { border-color: #FCACD0; }
span { border-color: rgb(252,172,208); }
td.TdClassName
{
border-color: #FCACD0;
}
.TagClassName
{
border-color: #FCACD0;
}
</style>