Shades of Lavender Pink #FCACDC
Tints of Lavender Pink #FCACDC
RGB
CMYK
RGB Variations
Color information
#FCACDC (or 0xFCACDC) is known color: Lavender Pink. HEX triplet: FC, AC and DC. RGB value is (252,172,220). Sum of RGB (Red+Green+Blue) = 252+172+220=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACDC is #035323. Grayscale: #C9C9C9. Windows color (decimal): -217892 or 14462204. OLE color: 14462204.
HSL color Cylindrical-coordinate representation of color #FCACDC: hue angle of 324º 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 #FCACDC is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 220 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.01 |
| HSL | 324º | 0.93% | 0.83% | - |
| HSV(B) | 324º | 0.32% | 0.99% | - |
| XYZ | 67.82 | 55.37 | 74.82 | - |
| YUV | 201.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 220 | 0 | 0.32 | 0.13 | 0.01 | 324 | 0.93 | 0.83 |
| Hex | FC | AC | DC | 0 | 20 | D | 1 | 144 | 5D | 53 |
| Octal | 374 | 254 | 334 | 0 | 40 | 15 | 1 | 504 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11011100 | 0 | 100000 | 1101 | 1 | 101000100 | 1011101 | 1010011 |
Color Harmonies of #FCACDC
Complementary color
Monochromatic Colors of #FCACDC
Black with #FCACDC
Text Example
Text Example
White with #FCACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACDC; }
p { color: rgb(252,172,220); }
H1.HeaderClassName
{
color: #FCACDC;
}
.AnyTagClassName
{
color: #FCACDC;
}
</style>
background-color css
<style>
a { background-color: #FCACDC; }
a { background-color: rgb(252,172,220); }
div.DivClassName
{
background-color: #FCACDC;
}
.BgClassName
{
background-color: #FCACDC;
}
</style>
border-color css
<style>
span { border-color: #FCACDC; }
span { border-color: rgb(252,172,220); }
td.TdClassName
{
border-color: #FCACDC;
}
.TagClassName
{
border-color: #FCACDC;
}
</style>