Shades of Lavender Pink #FCACD3
Tints of Lavender Pink #FCACD3
RGB
CMYK
RGB Variations
Color information
#FCACD3 (or 0xFCACD3) is known color: Lavender Pink. HEX triplet: FC, AC and D3. RGB value is (252,172,211). Sum of RGB (Red+Green+Blue) = 252+172+211=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACD3 is #03532C. Grayscale: #C8C8C8. Windows color (decimal): -217901 or 13872380. OLE color: 13872380.
HSL color Cylindrical-coordinate representation of color #FCACD3: hue angle of 330.75º 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 #FCACD3 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 211 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.01 |
| HSL | 330.75º | 0.93% | 0.83% | - |
| HSV(B) | 330.75º | 0.32% | 0.99% | - |
| XYZ | 66.66 | 54.9 | 68.71 | - |
| YUV | 200.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 211 | 0 | 0.32 | 0.16 | 0.01 | 330.75 | 0.93 | 0.83 |
| Hex | FC | AC | D3 | 0 | 20 | 10 | 1 | 14B | 5D | 53 |
| Octal | 374 | 254 | 323 | 0 | 40 | 20 | 1 | 513 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11010011 | 0 | 100000 | 10000 | 1 | 101001011 | 1011101 | 1010011 |
Color Harmonies of #FCACD3
Complementary color
Monochromatic Colors of #FCACD3
Black with #FCACD3
Text Example
Text Example
White with #FCACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACD3; }
p { color: rgb(252,172,211); }
H1.HeaderClassName
{
color: #FCACD3;
}
.AnyTagClassName
{
color: #FCACD3;
}
</style>
background-color css
<style>
a { background-color: #FCACD3; }
a { background-color: rgb(252,172,211); }
div.DivClassName
{
background-color: #FCACD3;
}
.BgClassName
{
background-color: #FCACD3;
}
</style>
border-color css
<style>
span { border-color: #FCACD3; }
span { border-color: rgb(252,172,211); }
td.TdClassName
{
border-color: #FCACD3;
}
.TagClassName
{
border-color: #FCACD3;
}
</style>