Shades of Pink Lace #FFCCDC
Tints of Pink Lace #FFCCDC
RGB
CMYK
RGB Variations
Color information
#FFCCDC (or 0xFFCCDC) is known color: Pink Lace. HEX triplet: FF, CC and DC. RGB value is (255,204,220). Sum of RGB (Red+Green+Blue) = 255+204+220=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCDC is #003323. Grayscale: #DDDDDD. Windows color (decimal): -13092 or 14470399. OLE color: 14470399.
HSL color Cylindrical-coordinate representation of color #FFCCDC: hue angle of 341.18º 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 #FFCCDC is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 220 | - |
| CMYK | 0 | 0.2 | 0.14 | 0 |
| HSL | 341.18º | 1% | 0.9% | - |
| HSV(B) | 341.18º | 0.2% | 1% | - |
| XYZ | 75.75 | 69.61 | 77.15 | - |
| YUV | 221.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 220 | 0 | 0.2 | 0.14 | 0 | 341.18 | 1 | 0.9 |
| Hex | FF | CC | DC | 0 | 14 | E | 0 | 155 | 64 | 5A |
| Octal | 377 | 314 | 334 | 0 | 24 | 16 | 0 | 525 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11011100 | 0 | 10100 | 1110 | 0 | 101010101 | 1100100 | 1011010 |
Color Harmonies of #FFCCDC
Complementary color
Monochromatic Colors of #FFCCDC
Black with #FFCCDC
Text Example
Text Example
White with #FFCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCDC; }
p { color: rgb(255,204,220); }
H1.HeaderClassName
{
color: #FFCCDC;
}
.AnyTagClassName
{
color: #FFCCDC;
}
</style>
background-color css
<style>
a { background-color: #FFCCDC; }
a { background-color: rgb(255,204,220); }
div.DivClassName
{
background-color: #FFCCDC;
}
.BgClassName
{
background-color: #FFCCDC;
}
</style>
border-color css
<style>
span { border-color: #FFCCDC; }
span { border-color: rgb(255,204,220); }
td.TdClassName
{
border-color: #FFCCDC;
}
.TagClassName
{
border-color: #FFCCDC;
}
</style>