Shades of Pink Lace #FFCDD7
Tints of Pink Lace #FFCDD7
RGB
CMYK
RGB Variations
Color information
#FFCDD7 (or 0xFFCDD7) is known color: Pink Lace. HEX triplet: FF, CD and D7. RGB value is (255,205,215). Sum of RGB (Red+Green+Blue) = 255+205+215=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDD7 is #003228. Grayscale: #DDDDDD. Windows color (decimal): -12841 or 14142975. OLE color: 14142975.
HSL color Cylindrical-coordinate representation of color #FFCDD7: hue angle of 348º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDD7 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 215 | - |
| CMYK | 0 | 0.20 | 0.16 | 0 |
| HSL | 348º | 1% | 0.9% | - |
| HSV(B) | 348º | 0.2% | 1% | - |
| XYZ | 75.34 | 69.83 | 73.8 | - |
| YUV | 221.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 215 | 0 | 0.20 | 0.16 | 0 | 348 | 1 | 0.9 |
| Hex | FF | CD | D7 | 0 | 14 | 10 | 0 | 15C | 64 | 5A |
| Octal | 377 | 315 | 327 | 0 | 24 | 20 | 0 | 534 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11010111 | 0 | 10100 | 10000 | 0 | 101011100 | 1100100 | 1011010 |
Color Harmonies of #FFCDD7
Complementary color
Monochromatic Colors of #FFCDD7
Black with #FFCDD7
Text Example
Text Example
White with #FFCDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDD7; }
p { color: rgb(255,205,215); }
H1.HeaderClassName
{
color: #FFCDD7;
}
.AnyTagClassName
{
color: #FFCDD7;
}
</style>
background-color css
<style>
a { background-color: #FFCDD7; }
a { background-color: rgb(255,205,215); }
div.DivClassName
{
background-color: #FFCDD7;
}
.BgClassName
{
background-color: #FFCDD7;
}
</style>
border-color css
<style>
span { border-color: #FFCDD7; }
span { border-color: rgb(255,205,215); }
td.TdClassName
{
border-color: #FFCDD7;
}
.TagClassName
{
border-color: #FFCDD7;
}
</style>