Shades of Pink Lace #FCCDD5
Tints of Pink Lace #FCCDD5
RGB
CMYK
RGB Variations
Color information
#FCCDD5 (or 0xFCCDD5) is known color: Pink Lace. HEX triplet: FC, CD and D5. RGB value is (252,205,213). Sum of RGB (Red+Green+Blue) = 252+205+213=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDD5 is #03322A. Grayscale: #DBDBDB. Windows color (decimal): -209451 or 14011900. OLE color: 14011900.
HSL color Cylindrical-coordinate representation of color #FCCDD5: hue angle of 349.79º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDD5 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 213 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.01 |
| HSL | 349.79º | 0.89% | 0.9% | - |
| HSV(B) | 349.79º | 0.19% | 0.99% | - |
| XYZ | 73.99 | 69.16 | 72.4 | - |
| YUV | 219.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 213 | 0 | 0.19 | 0.15 | 0.01 | 349.79 | 0.89 | 0.9 |
| Hex | FC | CD | D5 | 0 | 13 | F | 1 | 15E | 59 | 5A |
| Octal | 374 | 315 | 325 | 0 | 23 | 17 | 1 | 536 | 131 | 132 |
| Binary | 11111100 | 11001101 | 11010101 | 0 | 10011 | 1111 | 1 | 101011110 | 1011001 | 1011010 |
Color Harmonies of #FCCDD5
Complementary color
Monochromatic Colors of #FCCDD5
Black with #FCCDD5
Text Example
Text Example
White with #FCCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDD5; }
p { color: rgb(252,205,213); }
H1.HeaderClassName
{
color: #FCCDD5;
}
.AnyTagClassName
{
color: #FCCDD5;
}
</style>
background-color css
<style>
a { background-color: #FCCDD5; }
a { background-color: rgb(252,205,213); }
div.DivClassName
{
background-color: #FCCDD5;
}
.BgClassName
{
background-color: #FCCDD5;
}
</style>
border-color css
<style>
span { border-color: #FCCDD5; }
span { border-color: rgb(252,205,213); }
td.TdClassName
{
border-color: #FCCDD5;
}
.TagClassName
{
border-color: #FCCDD5;
}
</style>