Shades of Pink Lace #FFCDD9
Tints of Pink Lace #FFCDD9
RGB
CMYK
RGB Variations
Color information
#FFCDD9 (or 0xFFCDD9) is known color: Pink Lace. HEX triplet: FF, CD and D9. RGB value is (255,205,217). Sum of RGB (Red+Green+Blue) = 255+205+217=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDD9 is #003226. Grayscale: #DDDDDD. Windows color (decimal): -12839 or 14274047. OLE color: 14274047.
HSL color Cylindrical-coordinate representation of color #FFCDD9: hue angle of 345.6º 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 #FFCDD9 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 217 | - |
| CMYK | 0 | 0.20 | 0.15 | 0 |
| HSL | 345.6º | 1% | 0.9% | - |
| HSV(B) | 345.6º | 0.2% | 1% | - |
| XYZ | 75.6 | 69.93 | 75.16 | - |
| YUV | 221.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 217 | 0 | 0.20 | 0.15 | 0 | 345.6 | 1 | 0.9 |
| Hex | FF | CD | D9 | 0 | 14 | F | 0 | 15A | 64 | 5A |
| Octal | 377 | 315 | 331 | 0 | 24 | 17 | 0 | 532 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11011001 | 0 | 10100 | 1111 | 0 | 101011010 | 1100100 | 1011010 |
Color Harmonies of #FFCDD9
Complementary color
Monochromatic Colors of #FFCDD9
Black with #FFCDD9
Text Example
Text Example
White with #FFCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDD9; }
p { color: rgb(255,205,217); }
H1.HeaderClassName
{
color: #FFCDD9;
}
.AnyTagClassName
{
color: #FFCDD9;
}
</style>
background-color css
<style>
a { background-color: #FFCDD9; }
a { background-color: rgb(255,205,217); }
div.DivClassName
{
background-color: #FFCDD9;
}
.BgClassName
{
background-color: #FFCDD9;
}
</style>
border-color css
<style>
span { border-color: #FFCDD9; }
span { border-color: rgb(255,205,217); }
td.TdClassName
{
border-color: #FFCDD9;
}
.TagClassName
{
border-color: #FFCDD9;
}
</style>