Shades of Pink Lace #FFC6D4
Tints of Pink Lace #FFC6D4
RGB
CMYK
RGB Variations
Color information
#FFC6D4 (or 0xFFC6D4) is known color: Pink Lace. HEX triplet: FF, C6 and D4. RGB value is (255,198,212). Sum of RGB (Red+Green+Blue) = 255+198+212=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 198 (77.73% from 255 or 29.77% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6D4 is #00392B. Grayscale: #D8D8D8. Windows color (decimal): -14636 or 13944575. OLE color: 13944575.
HSL color Cylindrical-coordinate representation of color #FFC6D4: hue angle of 345.26º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC6D4 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 212 | - |
| CMYK | 0 | 0.22 | 0.17 | 0 |
| HSL | 345.26º | 1% | 0.89% | - |
| HSV(B) | 345.26º | 0.22% | 1% | - |
| XYZ | 73.32 | 66.4 | 71.24 | - |
| YUV | 216.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 212 | 0 | 0.22 | 0.17 | 0 | 345.26 | 1 | 0.89 |
| Hex | FF | C6 | D4 | 0 | 16 | 11 | 0 | 159 | 64 | 59 |
| Octal | 377 | 306 | 324 | 0 | 26 | 21 | 0 | 531 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11010100 | 0 | 10110 | 10001 | 0 | 101011001 | 1100100 | 1011001 |
Color Harmonies of #FFC6D4
Complementary color
Monochromatic Colors of #FFC6D4
Black with #FFC6D4
Text Example
Text Example
White with #FFC6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6D4; }
p { color: rgb(255,198,212); }
H1.HeaderClassName
{
color: #FFC6D4;
}
.AnyTagClassName
{
color: #FFC6D4;
}
</style>
background-color css
<style>
a { background-color: #FFC6D4; }
a { background-color: rgb(255,198,212); }
div.DivClassName
{
background-color: #FFC6D4;
}
.BgClassName
{
background-color: #FFC6D4;
}
</style>
border-color css
<style>
span { border-color: #FFC6D4; }
span { border-color: rgb(255,198,212); }
td.TdClassName
{
border-color: #FFC6D4;
}
.TagClassName
{
border-color: #FFC6D4;
}
</style>