Shades of Pink Lace #FDCFDC
Tints of Pink Lace #FDCFDC
RGB
CMYK
RGB Variations
Color information
#FDCFDC (or 0xFDCFDC) is known color: Pink Lace. HEX triplet: FD, CF and DC. RGB value is (253,207,220). Sum of RGB (Red+Green+Blue) = 253+207+220=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDC is #023023. Grayscale: #DEDEDE. Windows color (decimal): -143396 or 14471165. OLE color: 14471165.
HSL color Cylindrical-coordinate representation of color #FDCFDC: hue angle of 343.04º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFDC is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 220 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.01 |
| HSL | 343.04º | 0.92% | 0.9% | - |
| HSV(B) | 343.04º | 0.18% | 0.99% | - |
| XYZ | 75.74 | 70.68 | 77.36 | - |
| YUV | 222.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 220 | 0 | 0.18 | 0.13 | 0.01 | 343.04 | 0.92 | 0.9 |
| Hex | FD | CF | DC | 0 | 12 | D | 1 | 157 | 5C | 5A |
| Octal | 375 | 317 | 334 | 0 | 22 | 15 | 1 | 527 | 134 | 132 |
| Binary | 11111101 | 11001111 | 11011100 | 0 | 10010 | 1101 | 1 | 101010111 | 1011100 | 1011010 |
Color Harmonies of #FDCFDC
Complementary color
Monochromatic Colors of #FDCFDC
Black with #FDCFDC
Text Example
Text Example
White with #FDCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFDC; }
p { color: rgb(253,207,220); }
H1.HeaderClassName
{
color: #FDCFDC;
}
.AnyTagClassName
{
color: #FDCFDC;
}
</style>
background-color css
<style>
a { background-color: #FDCFDC; }
a { background-color: rgb(253,207,220); }
div.DivClassName
{
background-color: #FDCFDC;
}
.BgClassName
{
background-color: #FDCFDC;
}
</style>
border-color css
<style>
span { border-color: #FDCFDC; }
span { border-color: rgb(253,207,220); }
td.TdClassName
{
border-color: #FDCFDC;
}
.TagClassName
{
border-color: #FDCFDC;
}
</style>