Shades of Pink #FFC6CC
Tints of Pink #FFC6CC
RGB
CMYK
RGB Variations
Color information
#FFC6CC (or 0xFFC6CC) is known color: Pink. HEX triplet: FF, C6 and CC. RGB value is (255,198,204). Sum of RGB (Red+Green+Blue) = 255+198+204=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6CC is #003933. Grayscale: #D7D7D7. Windows color (decimal): -14644 or 13420287. OLE color: 13420287.
HSL color Cylindrical-coordinate representation of color #FFC6CC: hue angle of 353.68º 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 #FFC6CC is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 204 | - |
| CMYK | 0 | 0.22 | 0.2 | 0 |
| HSL | 353.68º | 1% | 0.89% | - |
| HSV(B) | 353.68º | 0.22% | 1% | - |
| XYZ | 72.33 | 66.01 | 66.06 | - |
| YUV | 215.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 204 | 0 | 0.22 | 0.2 | 0 | 353.68 | 1 | 0.89 |
| Hex | FF | C6 | CC | 0 | 16 | 14 | 0 | 162 | 64 | 59 |
| Octal | 377 | 306 | 314 | 0 | 26 | 24 | 0 | 542 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11001100 | 0 | 10110 | 10100 | 0 | 101100010 | 1100100 | 1011001 |
Color Harmonies of #FFC6CC
Complementary color
Monochromatic Colors of #FFC6CC
Black with #FFC6CC
Text Example
Text Example
White with #FFC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6CC; }
p { color: rgb(255,198,204); }
H1.HeaderClassName
{
color: #FFC6CC;
}
.AnyTagClassName
{
color: #FFC6CC;
}
</style>
background-color css
<style>
a { background-color: #FFC6CC; }
a { background-color: rgb(255,198,204); }
div.DivClassName
{
background-color: #FFC6CC;
}
.BgClassName
{
background-color: #FFC6CC;
}
</style>
border-color css
<style>
span { border-color: #FFC6CC; }
span { border-color: rgb(255,198,204); }
td.TdClassName
{
border-color: #FFC6CC;
}
.TagClassName
{
border-color: #FFC6CC;
}
</style>