Shades of Pink #FFC6CD
Tints of Pink #FFC6CD
RGB
CMYK
RGB Variations
Color information
#FFC6CD (or 0xFFC6CD) is known color: Pink. HEX triplet: FF, C6 and CD. RGB value is (255,198,205). Sum of RGB (Red+Green+Blue) = 255+198+205=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6CD is #003932. Grayscale: #D7D7D7. Windows color (decimal): -14643 or 13485823. OLE color: 13485823.
HSL color Cylindrical-coordinate representation of color #FFC6CD: hue angle of 352.63º 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 #FFC6CD is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 205 | - |
| CMYK | 0 | 0.22 | 0.20 | 0 |
| HSL | 352.63º | 1% | 0.89% | - |
| HSV(B) | 352.63º | 0.22% | 1% | - |
| XYZ | 72.45 | 66.06 | 66.69 | - |
| YUV | 215.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 205 | 0 | 0.22 | 0.20 | 0 | 352.63 | 1 | 0.89 |
| Hex | FF | C6 | CD | 0 | 16 | 14 | 0 | 161 | 64 | 59 |
| Octal | 377 | 306 | 315 | 0 | 26 | 24 | 0 | 541 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11001101 | 0 | 10110 | 10100 | 0 | 101100001 | 1100100 | 1011001 |
Color Harmonies of #FFC6CD
Complementary color
Monochromatic Colors of #FFC6CD
Black with #FFC6CD
Text Example
Text Example
White with #FFC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6CD; }
p { color: rgb(255,198,205); }
H1.HeaderClassName
{
color: #FFC6CD;
}
.AnyTagClassName
{
color: #FFC6CD;
}
</style>
background-color css
<style>
a { background-color: #FFC6CD; }
a { background-color: rgb(255,198,205); }
div.DivClassName
{
background-color: #FFC6CD;
}
.BgClassName
{
background-color: #FFC6CD;
}
</style>
border-color css
<style>
span { border-color: #FFC6CD; }
span { border-color: rgb(255,198,205); }
td.TdClassName
{
border-color: #FFC6CD;
}
.TagClassName
{
border-color: #FFC6CD;
}
</style>