Shades of Pink Lace #FFCCD4
Tints of Pink Lace #FFCCD4
RGB
CMYK
RGB Variations
Color information
#FFCCD4 (or 0xFFCCD4) is known color: Pink Lace. HEX triplet: FF, CC and D4. RGB value is (255,204,212). Sum of RGB (Red+Green+Blue) = 255+204+212=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCD4 is #00332B. Grayscale: #DCDCDC. Windows color (decimal): -13100 or 13946111. OLE color: 13946111.
HSL color Cylindrical-coordinate representation of color #FFCCD4: hue angle of 350.59º 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 #FFCCD4 is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 212 | - |
| CMYK | 0 | 0.2 | 0.17 | 0 |
| HSL | 350.59º | 1% | 0.9% | - |
| HSV(B) | 350.59º | 0.2% | 1% | - |
| XYZ | 74.72 | 69.2 | 71.71 | - |
| YUV | 220.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 212 | 0 | 0.2 | 0.17 | 0 | 350.59 | 1 | 0.9 |
| Hex | FF | CC | D4 | 0 | 14 | 11 | 0 | 15F | 64 | 5A |
| Octal | 377 | 314 | 324 | 0 | 24 | 21 | 0 | 537 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11010100 | 0 | 10100 | 10001 | 0 | 101011111 | 1100100 | 1011010 |
Color Harmonies of #FFCCD4
Complementary color
Monochromatic Colors of #FFCCD4
Black with #FFCCD4
Text Example
Text Example
White with #FFCCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCD4; }
p { color: rgb(255,204,212); }
H1.HeaderClassName
{
color: #FFCCD4;
}
.AnyTagClassName
{
color: #FFCCD4;
}
</style>
background-color css
<style>
a { background-color: #FFCCD4; }
a { background-color: rgb(255,204,212); }
div.DivClassName
{
background-color: #FFCCD4;
}
.BgClassName
{
background-color: #FFCCD4;
}
</style>
border-color css
<style>
span { border-color: #FFCCD4; }
span { border-color: rgb(255,204,212); }
td.TdClassName
{
border-color: #FFCCD4;
}
.TagClassName
{
border-color: #FFCCD4;
}
</style>