Shades of Pink Lace #FFC6D5
Tints of Pink Lace #FFC6D5
RGB
CMYK
RGB Variations
Color information
#FFC6D5 (or 0xFFC6D5) is known color: Pink Lace. HEX triplet: FF, C6 and D5. RGB value is (255,198,213). Sum of RGB (Red+Green+Blue) = 255+198+213=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6D5 is #00392A. Grayscale: #D8D8D8. Windows color (decimal): -14635 or 14010111. OLE color: 14010111.
HSL color Cylindrical-coordinate representation of color #FFC6D5: hue angle of 344.21º 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 #FFC6D5 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 213 | - |
| CMYK | 0 | 0.22 | 0.16 | 0 |
| HSL | 344.21º | 1% | 0.89% | - |
| HSV(B) | 344.21º | 0.22% | 1% | - |
| XYZ | 73.44 | 66.45 | 71.91 | - |
| YUV | 216.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 213 | 0 | 0.22 | 0.16 | 0 | 344.21 | 1 | 0.89 |
| Hex | FF | C6 | D5 | 0 | 16 | 10 | 0 | 158 | 64 | 59 |
| Octal | 377 | 306 | 325 | 0 | 26 | 20 | 0 | 530 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11010101 | 0 | 10110 | 10000 | 0 | 101011000 | 1100100 | 1011001 |
Color Harmonies of #FFC6D5
Complementary color
Monochromatic Colors of #FFC6D5
Black with #FFC6D5
Text Example
Text Example
White with #FFC6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6D5; }
p { color: rgb(255,198,213); }
H1.HeaderClassName
{
color: #FFC6D5;
}
.AnyTagClassName
{
color: #FFC6D5;
}
</style>
background-color css
<style>
a { background-color: #FFC6D5; }
a { background-color: rgb(255,198,213); }
div.DivClassName
{
background-color: #FFC6D5;
}
.BgClassName
{
background-color: #FFC6D5;
}
</style>
border-color css
<style>
span { border-color: #FFC6D5; }
span { border-color: rgb(255,198,213); }
td.TdClassName
{
border-color: #FFC6D5;
}
.TagClassName
{
border-color: #FFC6D5;
}
</style>