Shades of Pink Lace #FCCDDB
Tints of Pink Lace #FCCDDB
RGB
CMYK
RGB Variations
Color information
#FCCDDB (or 0xFCCDDB) is known color: Pink Lace. HEX triplet: FC, CD and DB. RGB value is (252,205,219). Sum of RGB (Red+Green+Blue) = 252+205+219=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDDB is #033224. Grayscale: #DCDCDC. Windows color (decimal): -209445 or 14405116. OLE color: 14405116.
HSL color Cylindrical-coordinate representation of color #FCCDDB: hue angle of 342.13º 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 #FCCDDB is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 219 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.01 |
| HSL | 342.13º | 0.89% | 0.9% | - |
| HSV(B) | 342.13º | 0.19% | 0.99% | - |
| XYZ | 74.76 | 69.47 | 76.49 | - |
| YUV | 220.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 219 | 0 | 0.19 | 0.13 | 0.01 | 342.13 | 0.89 | 0.9 |
| Hex | FC | CD | DB | 0 | 13 | D | 1 | 156 | 59 | 5A |
| Octal | 374 | 315 | 333 | 0 | 23 | 15 | 1 | 526 | 131 | 132 |
| Binary | 11111100 | 11001101 | 11011011 | 0 | 10011 | 1101 | 1 | 101010110 | 1011001 | 1011010 |
Color Harmonies of #FCCDDB
Complementary color
Monochromatic Colors of #FCCDDB
Black with #FCCDDB
Text Example
Text Example
White with #FCCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDDB; }
p { color: rgb(252,205,219); }
H1.HeaderClassName
{
color: #FCCDDB;
}
.AnyTagClassName
{
color: #FCCDDB;
}
</style>
background-color css
<style>
a { background-color: #FCCDDB; }
a { background-color: rgb(252,205,219); }
div.DivClassName
{
background-color: #FCCDDB;
}
.BgClassName
{
background-color: #FCCDDB;
}
</style>
border-color css
<style>
span { border-color: #FCCDDB; }
span { border-color: rgb(252,205,219); }
td.TdClassName
{
border-color: #FCCDDB;
}
.TagClassName
{
border-color: #FCCDDB;
}
</style>