Shades of Pink Lace #FFCCD9
Tints of Pink Lace #FFCCD9
RGB
CMYK
RGB Variations
Color information
#FFCCD9 (or 0xFFCCD9) is known color: Pink Lace. HEX triplet: FF, CC and D9. RGB value is (255,204,217). Sum of RGB (Red+Green+Blue) = 255+204+217=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCD9 is #003326. Grayscale: #DCDCDC. Windows color (decimal): -13095 or 14273791. OLE color: 14273791.
HSL color Cylindrical-coordinate representation of color #FFCCD9: hue angle of 344.71º 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 #FFCCD9 is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 217 | - |
| CMYK | 0 | 0.2 | 0.15 | 0 |
| HSL | 344.71º | 1% | 0.9% | - |
| HSV(B) | 344.71º | 0.2% | 1% | - |
| XYZ | 75.36 | 69.46 | 75.08 | - |
| YUV | 220.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 217 | 0 | 0.2 | 0.15 | 0 | 344.71 | 1 | 0.9 |
| Hex | FF | CC | D9 | 0 | 14 | F | 0 | 159 | 64 | 5A |
| Octal | 377 | 314 | 331 | 0 | 24 | 17 | 0 | 531 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11011001 | 0 | 10100 | 1111 | 0 | 101011001 | 1100100 | 1011010 |
Color Harmonies of #FFCCD9
Complementary color
Monochromatic Colors of #FFCCD9
Black with #FFCCD9
Text Example
Text Example
White with #FFCCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCD9; }
p { color: rgb(255,204,217); }
H1.HeaderClassName
{
color: #FFCCD9;
}
.AnyTagClassName
{
color: #FFCCD9;
}
</style>
background-color css
<style>
a { background-color: #FFCCD9; }
a { background-color: rgb(255,204,217); }
div.DivClassName
{
background-color: #FFCCD9;
}
.BgClassName
{
background-color: #FFCCD9;
}
</style>
border-color css
<style>
span { border-color: #FFCCD9; }
span { border-color: rgb(255,204,217); }
td.TdClassName
{
border-color: #FFCCD9;
}
.TagClassName
{
border-color: #FFCCD9;
}
</style>