Shades of Pink Lace #FDCCDA
Tints of Pink Lace #FDCCDA
RGB
CMYK
RGB Variations
Color information
#FDCCDA (or 0xFDCCDA) is known color: Pink Lace. HEX triplet: FD, CC and DA. RGB value is (253,204,218). Sum of RGB (Red+Green+Blue) = 253+204+218=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCDA is #023325. Grayscale: #DCDCDC. Windows color (decimal): -144166 or 14339325. OLE color: 14339325.
HSL color Cylindrical-coordinate representation of color #FDCCDA: hue angle of 342.86º 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 #FDCCDA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 218 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.01 |
| HSL | 342.86º | 0.92% | 0.9% | - |
| HSV(B) | 342.86º | 0.19% | 0.99% | - |
| XYZ | 74.76 | 69.13 | 75.73 | - |
| YUV | 220.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 218 | 0 | 0.19 | 0.14 | 0.01 | 342.86 | 0.92 | 0.9 |
| Hex | FD | CC | DA | 0 | 13 | E | 1 | 157 | 5C | 5A |
| Octal | 375 | 314 | 332 | 0 | 23 | 16 | 1 | 527 | 134 | 132 |
| Binary | 11111101 | 11001100 | 11011010 | 0 | 10011 | 1110 | 1 | 101010111 | 1011100 | 1011010 |
Color Harmonies of #FDCCDA
Complementary color
Monochromatic Colors of #FDCCDA
Black with #FDCCDA
Text Example
Text Example
White with #FDCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCDA; }
p { color: rgb(253,204,218); }
H1.HeaderClassName
{
color: #FDCCDA;
}
.AnyTagClassName
{
color: #FDCCDA;
}
</style>
background-color css
<style>
a { background-color: #FDCCDA; }
a { background-color: rgb(253,204,218); }
div.DivClassName
{
background-color: #FDCCDA;
}
.BgClassName
{
background-color: #FDCCDA;
}
</style>
border-color css
<style>
span { border-color: #FDCCDA; }
span { border-color: rgb(253,204,218); }
td.TdClassName
{
border-color: #FDCCDA;
}
.TagClassName
{
border-color: #FDCCDA;
}
</style>