Shades of Pink Lace #FDCEDD
Tints of Pink Lace #FDCEDD
RGB
CMYK
RGB Variations
Color information
#FDCEDD (or 0xFDCEDD) is known color: Pink Lace. HEX triplet: FD, CE and DD. RGB value is (253,206,221). Sum of RGB (Red+Green+Blue) = 253+206+221=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEDD is #023122. Grayscale: #DDDDDD. Windows color (decimal): -143651 or 14536445. OLE color: 14536445.
HSL color Cylindrical-coordinate representation of color #FDCEDD: hue angle of 340.85º 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 #FDCEDD is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 206 | 221 | - |
CMYK | 0 | 0.19 | 0.13 | 0.01 |
HSL | 340.85º | 0.92% | 0.9% | - |
HSV(B) | 340.85º | 0.19% | 0.99% | - |
XYZ | 75.63 | 70.25 | 77.98 | - |
YUV | 221.76 | 127.57 | 150.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 206 | 221 | 0 | 0.19 | 0.13 | 0.01 | 340.85 | 0.92 | 0.9 |
Hex | FD | CE | DD | 0 | 13 | D | 1 | 155 | 5C | 5A |
Octal | 375 | 316 | 335 | 0 | 23 | 15 | 1 | 525 | 134 | 132 |
Binary | 11111101 | 11001110 | 11011101 | 0 | 10011 | 1101 | 1 | 101010101 | 1011100 | 1011010 |
Color Harmonies of #FDCEDD
Complementary color
Monochromatic Colors of #FDCEDD
Black with #FDCEDD
Text Example
Text Example
White with #FDCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEDD; }
p { color: rgb(253,206,221); }
H1.HeaderClassName
{
color: #FDCEDD;
}
.AnyTagClassName
{
color: #FDCEDD;
}
</style>
background-color css
<style>
a { background-color: #FDCEDD; }
a { background-color: rgb(253,206,221); }
div.DivClassName
{
background-color: #FDCEDD;
}
.BgClassName
{
background-color: #FDCEDD;
}
</style>
border-color css
<style>
span { border-color: #FDCEDD; }
span { border-color: rgb(253,206,221); }
td.TdClassName
{
border-color: #FDCEDD;
}
.TagClassName
{
border-color: #FDCEDD;
}
</style>