Shades of Your Pink #FFC6BC
Tints of Your Pink #FFC6BC
RGB
CMYK
RGB Variations
Color information
#FFC6BC (or 0xFFC6BC) is known color: Your Pink. HEX triplet: FF, C6 and BC. RGB value is (255,198,188). Sum of RGB (Red+Green+Blue) = 255+198+188=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6BC is #003943. Grayscale: #D6D6D6. Windows color (decimal): -14660 or 12371711. OLE color: 12371711.
HSL color Cylindrical-coordinate representation of color #FFC6BC: hue angle of 8.96º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFC6BC is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 188 | - |
| CMYK | 0 | 0.22 | 0.26 | 0 |
| HSL | 8.96º | 1% | 0.87% | - |
| HSV(B) | 8.96º | 0.26% | 1% | - |
| XYZ | 70.51 | 65.28 | 56.46 | - |
| YUV | 213.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 188 | 0 | 0.22 | 0.26 | 0 | 8.96 | 1 | 0.87 |
| Hex | FF | C6 | BC | 0 | 16 | 1A | 0 | 9 | 64 | 57 |
| Octal | 377 | 306 | 274 | 0 | 26 | 32 | 0 | 11 | 144 | 127 |
| Binary | 11111111 | 11000110 | 10111100 | 0 | 10110 | 11010 | 0 | 1001 | 1100100 | 1010111 |
Color Harmonies of #FFC6BC
Complementary color
Monochromatic Colors of #FFC6BC
Black with #FFC6BC
Text Example
Text Example
White with #FFC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6BC; }
p { color: rgb(255,198,188); }
H1.HeaderClassName
{
color: #FFC6BC;
}
.AnyTagClassName
{
color: #FFC6BC;
}
</style>
background-color css
<style>
a { background-color: #FFC6BC; }
a { background-color: rgb(255,198,188); }
div.DivClassName
{
background-color: #FFC6BC;
}
.BgClassName
{
background-color: #FFC6BC;
}
</style>
border-color css
<style>
span { border-color: #FFC6BC; }
span { border-color: rgb(255,198,188); }
td.TdClassName
{
border-color: #FFC6BC;
}
.TagClassName
{
border-color: #FFC6BC;
}
</style>