Shades of Pink Lace #FFCCDB
Tints of Pink Lace #FFCCDB
RGB
CMYK
RGB Variations
Color information
#FFCCDB (or 0xFFCCDB) is known color: Pink Lace. HEX triplet: FF, CC and DB. RGB value is (255,204,219). Sum of RGB (Red+Green+Blue) = 255+204+219=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCDB is #003324. Grayscale: #DCDCDC. Windows color (decimal): -13093 or 14404863. OLE color: 14404863.
HSL color Cylindrical-coordinate representation of color #FFCCDB: hue angle of 342.35º 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 #FFCCDB is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 219 | - |
| CMYK | 0 | 0.2 | 0.14 | 0 |
| HSL | 342.35º | 1% | 0.9% | - |
| HSV(B) | 342.35º | 0.2% | 1% | - |
| XYZ | 75.62 | 69.56 | 76.46 | - |
| YUV | 220.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 219 | 0 | 0.2 | 0.14 | 0 | 342.35 | 1 | 0.9 |
| Hex | FF | CC | DB | 0 | 14 | E | 0 | 156 | 64 | 5A |
| Octal | 377 | 314 | 333 | 0 | 24 | 16 | 0 | 526 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11011011 | 0 | 10100 | 1110 | 0 | 101010110 | 1100100 | 1011010 |
Color Harmonies of #FFCCDB
Complementary color
Monochromatic Colors of #FFCCDB
Black with #FFCCDB
Text Example
Text Example
White with #FFCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCDB; }
p { color: rgb(255,204,219); }
H1.HeaderClassName
{
color: #FFCCDB;
}
.AnyTagClassName
{
color: #FFCCDB;
}
</style>
background-color css
<style>
a { background-color: #FFCCDB; }
a { background-color: rgb(255,204,219); }
div.DivClassName
{
background-color: #FFCCDB;
}
.BgClassName
{
background-color: #FFCCDB;
}
</style>
border-color css
<style>
span { border-color: #FFCCDB; }
span { border-color: rgb(255,204,219); }
td.TdClassName
{
border-color: #FFCCDB;
}
.TagClassName
{
border-color: #FFCCDB;
}
</style>