Shades of Pink Lace #FDCBDC
Tints of Pink Lace #FDCBDC
RGB
CMYK
RGB Variations
Color information
#FDCBDC (or 0xFDCBDC) is known color: Pink Lace. HEX triplet: FD, CB and DC. RGB value is (253,203,220). Sum of RGB (Red+Green+Blue) = 253+203+220=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBDC is #023423. Grayscale: #DBDBDB. Windows color (decimal): -144420 or 14470141. OLE color: 14470141.
HSL color Cylindrical-coordinate representation of color #FDCBDC: hue angle of 339.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBDC is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 220 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.01 |
| HSL | 339.6º | 0.93% | 0.89% | - |
| HSV(B) | 339.6º | 0.2% | 0.99% | - |
| XYZ | 74.78 | 68.76 | 77.04 | - |
| YUV | 219.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 220 | 0 | 0.20 | 0.13 | 0.01 | 339.6 | 0.93 | 0.89 |
| Hex | FD | CB | DC | 0 | 14 | D | 1 | 154 | 5D | 59 |
| Octal | 375 | 313 | 334 | 0 | 24 | 15 | 1 | 524 | 135 | 131 |
| Binary | 11111101 | 11001011 | 11011100 | 0 | 10100 | 1101 | 1 | 101010100 | 1011101 | 1011001 |
Color Harmonies of #FDCBDC
Complementary color
Monochromatic Colors of #FDCBDC
Black with #FDCBDC
Text Example
Text Example
White with #FDCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBDC; }
p { color: rgb(253,203,220); }
H1.HeaderClassName
{
color: #FDCBDC;
}
.AnyTagClassName
{
color: #FDCBDC;
}
</style>
background-color css
<style>
a { background-color: #FDCBDC; }
a { background-color: rgb(253,203,220); }
div.DivClassName
{
background-color: #FDCBDC;
}
.BgClassName
{
background-color: #FDCBDC;
}
</style>
border-color css
<style>
span { border-color: #FDCBDC; }
span { border-color: rgb(253,203,220); }
td.TdClassName
{
border-color: #FDCBDC;
}
.TagClassName
{
border-color: #FDCBDC;
}
</style>