Shades of Pink Lace #FDCDDA
Tints of Pink Lace #FDCDDA
RGB
CMYK
RGB Variations
Color information
#FDCDDA (or 0xFDCDDA) is known color: Pink Lace. HEX triplet: FD, CD and DA. RGB value is (253,205,218). Sum of RGB (Red+Green+Blue) = 253+205+218=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDDA is #023225. Grayscale: #DCDCDC. Windows color (decimal): -143910 or 14339581. OLE color: 14339581.
HSL color Cylindrical-coordinate representation of color #FDCDDA: hue angle of 343.75º degrees, saturation: 0.92, 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 #FDCDDA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 218 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.01 |
| HSL | 343.75º | 0.92% | 0.9% | - |
| HSV(B) | 343.75º | 0.19% | 0.99% | - |
| XYZ | 74.99 | 69.61 | 75.81 | - |
| YUV | 220.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 218 | 0 | 0.19 | 0.14 | 0.01 | 343.75 | 0.92 | 0.9 |
| Hex | FD | CD | DA | 0 | 13 | E | 1 | 158 | 5C | 5A |
| Octal | 375 | 315 | 332 | 0 | 23 | 16 | 1 | 530 | 134 | 132 |
| Binary | 11111101 | 11001101 | 11011010 | 0 | 10011 | 1110 | 1 | 101011000 | 1011100 | 1011010 |
Color Harmonies of #FDCDDA
Complementary color
Monochromatic Colors of #FDCDDA
Black with #FDCDDA
Text Example
Text Example
White with #FDCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDDA; }
p { color: rgb(253,205,218); }
H1.HeaderClassName
{
color: #FDCDDA;
}
.AnyTagClassName
{
color: #FDCDDA;
}
</style>
background-color css
<style>
a { background-color: #FDCDDA; }
a { background-color: rgb(253,205,218); }
div.DivClassName
{
background-color: #FDCDDA;
}
.BgClassName
{
background-color: #FDCDDA;
}
</style>
border-color css
<style>
span { border-color: #FDCDDA; }
span { border-color: rgb(253,205,218); }
td.TdClassName
{
border-color: #FDCDDA;
}
.TagClassName
{
border-color: #FDCDDA;
}
</style>