Shades of Pink #FFC6D0
Tints of Pink #FFC6D0
RGB
CMYK
RGB Variations
Color information
#FFC6D0 (or 0xFFC6D0) is known color: Pink. HEX triplet: FF, C6 and D0. RGB value is (255,198,208). Sum of RGB (Red+Green+Blue) = 255+198+208=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 198 (77.73% from 255 or 29.95% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6D0 is #00392F. Grayscale: #D8D8D8. Windows color (decimal): -14640 or 13682431. OLE color: 13682431.
HSL color Cylindrical-coordinate representation of color #FFC6D0: hue angle of 349.47º 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 #FFC6D0 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 208 | - |
| CMYK | 0 | 0.22 | 0.18 | 0 |
| HSL | 349.47º | 1% | 0.89% | - |
| HSV(B) | 349.47º | 0.22% | 1% | - |
| XYZ | 72.82 | 66.2 | 68.61 | - |
| YUV | 216.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 208 | 0 | 0.22 | 0.18 | 0 | 349.47 | 1 | 0.89 |
| Hex | FF | C6 | D0 | 0 | 16 | 12 | 0 | 15D | 64 | 59 |
| Octal | 377 | 306 | 320 | 0 | 26 | 22 | 0 | 535 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11010000 | 0 | 10110 | 10010 | 0 | 101011101 | 1100100 | 1011001 |
Color Harmonies of #FFC6D0
Complementary color
Monochromatic Colors of #FFC6D0
Black with #FFC6D0
Text Example
Text Example
White with #FFC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6D0; }
p { color: rgb(255,198,208); }
H1.HeaderClassName
{
color: #FFC6D0;
}
.AnyTagClassName
{
color: #FFC6D0;
}
</style>
background-color css
<style>
a { background-color: #FFC6D0; }
a { background-color: rgb(255,198,208); }
div.DivClassName
{
background-color: #FFC6D0;
}
.BgClassName
{
background-color: #FFC6D0;
}
</style>
border-color css
<style>
span { border-color: #FFC6D0; }
span { border-color: rgb(255,198,208); }
td.TdClassName
{
border-color: #FFC6D0;
}
.TagClassName
{
border-color: #FFC6D0;
}
</style>