Shades of Pink Lace #FDCEDA
Tints of Pink Lace #FDCEDA
RGB
CMYK
RGB Variations
Color information
#FDCEDA (or 0xFDCEDA) is known color: Pink Lace. HEX triplet: FD, CE and DA. RGB value is (253,206,218). Sum of RGB (Red+Green+Blue) = 253+206+218=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEDA is #023125. Grayscale: #DDDDDD. Windows color (decimal): -143654 or 14339837. OLE color: 14339837.
HSL color Cylindrical-coordinate representation of color #FDCEDA: hue angle of 344.68º 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 #FDCEDA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 218 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.01 |
| HSL | 344.68º | 0.92% | 0.9% | - |
| HSV(B) | 344.68º | 0.19% | 0.99% | - |
| XYZ | 75.23 | 70.09 | 75.89 | - |
| YUV | 221.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 218 | 0 | 0.19 | 0.14 | 0.01 | 344.68 | 0.92 | 0.9 |
| Hex | FD | CE | DA | 0 | 13 | E | 1 | 159 | 5C | 5A |
| Octal | 375 | 316 | 332 | 0 | 23 | 16 | 1 | 531 | 134 | 132 |
| Binary | 11111101 | 11001110 | 11011010 | 0 | 10011 | 1110 | 1 | 101011001 | 1011100 | 1011010 |
Color Harmonies of #FDCEDA
Complementary color
Monochromatic Colors of #FDCEDA
Black with #FDCEDA
Text Example
Text Example
White with #FDCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEDA; }
p { color: rgb(253,206,218); }
H1.HeaderClassName
{
color: #FDCEDA;
}
.AnyTagClassName
{
color: #FDCEDA;
}
</style>
background-color css
<style>
a { background-color: #FDCEDA; }
a { background-color: rgb(253,206,218); }
div.DivClassName
{
background-color: #FDCEDA;
}
.BgClassName
{
background-color: #FDCEDA;
}
</style>
border-color css
<style>
span { border-color: #FDCEDA; }
span { border-color: rgb(253,206,218); }
td.TdClassName
{
border-color: #FDCEDA;
}
.TagClassName
{
border-color: #FDCEDA;
}
</style>