Shades of Pink Lace #FDCCD8
Tints of Pink Lace #FDCCD8
RGB
CMYK
RGB Variations
Color information
#FDCCD8 (or 0xFDCCD8) is known color: Pink Lace. HEX triplet: FD, CC and D8. RGB value is (253,204,216). Sum of RGB (Red+Green+Blue) = 253+204+216=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCD8 is #023327. Grayscale: #DCDCDC. Windows color (decimal): -144168 or 14208253. OLE color: 14208253.
HSL color Cylindrical-coordinate representation of color #FDCCD8: hue angle of 345.31º 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 #FDCCD8 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 216 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.01 |
| HSL | 345.31º | 0.92% | 0.9% | - |
| HSV(B) | 345.31º | 0.19% | 0.99% | - |
| XYZ | 74.5 | 69.03 | 74.36 | - |
| YUV | 220.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 216 | 0 | 0.19 | 0.15 | 0.01 | 345.31 | 0.92 | 0.9 |
| Hex | FD | CC | D8 | 0 | 13 | F | 1 | 159 | 5C | 5A |
| Octal | 375 | 314 | 330 | 0 | 23 | 17 | 1 | 531 | 134 | 132 |
| Binary | 11111101 | 11001100 | 11011000 | 0 | 10011 | 1111 | 1 | 101011001 | 1011100 | 1011010 |
Color Harmonies of #FDCCD8
Complementary color
Monochromatic Colors of #FDCCD8
Black with #FDCCD8
Text Example
Text Example
White with #FDCCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCD8; }
p { color: rgb(253,204,216); }
H1.HeaderClassName
{
color: #FDCCD8;
}
.AnyTagClassName
{
color: #FDCCD8;
}
</style>
background-color css
<style>
a { background-color: #FDCCD8; }
a { background-color: rgb(253,204,216); }
div.DivClassName
{
background-color: #FDCCD8;
}
.BgClassName
{
background-color: #FDCCD8;
}
</style>
border-color css
<style>
span { border-color: #FDCCD8; }
span { border-color: rgb(253,204,216); }
td.TdClassName
{
border-color: #FDCCD8;
}
.TagClassName
{
border-color: #FDCCD8;
}
</style>