Shades of Pink Lace #FFCCDA
Tints of Pink Lace #FFCCDA
RGB
CMYK
RGB Variations
Color information
#FFCCDA (or 0xFFCCDA) is known color: Pink Lace. HEX triplet: FF, CC and DA. RGB value is (255,204,218). Sum of RGB (Red+Green+Blue) = 255+204+218=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCDA is #003325. Grayscale: #DCDCDC. Windows color (decimal): -13094 or 14339327. OLE color: 14339327.
HSL color Cylindrical-coordinate representation of color #FFCCDA: hue angle of 343.53º 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 #FFCCDA is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 218 | - |
| CMYK | 0 | 0.2 | 0.15 | 0 |
| HSL | 343.53º | 1% | 0.9% | - |
| HSV(B) | 343.53º | 0.2% | 1% | - |
| XYZ | 75.49 | 69.51 | 75.77 | - |
| YUV | 220.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 218 | 0 | 0.2 | 0.15 | 0 | 343.53 | 1 | 0.9 |
| Hex | FF | CC | DA | 0 | 14 | F | 0 | 158 | 64 | 5A |
| Octal | 377 | 314 | 332 | 0 | 24 | 17 | 0 | 530 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11011010 | 0 | 10100 | 1111 | 0 | 101011000 | 1100100 | 1011010 |
Color Harmonies of #FFCCDA
Complementary color
Monochromatic Colors of #FFCCDA
Black with #FFCCDA
Text Example
Text Example
White with #FFCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCDA; }
p { color: rgb(255,204,218); }
H1.HeaderClassName
{
color: #FFCCDA;
}
.AnyTagClassName
{
color: #FFCCDA;
}
</style>
background-color css
<style>
a { background-color: #FFCCDA; }
a { background-color: rgb(255,204,218); }
div.DivClassName
{
background-color: #FFCCDA;
}
.BgClassName
{
background-color: #FFCCDA;
}
</style>
border-color css
<style>
span { border-color: #FFCCDA; }
span { border-color: rgb(255,204,218); }
td.TdClassName
{
border-color: #FFCCDA;
}
.TagClassName
{
border-color: #FFCCDA;
}
</style>