Shades of Your Pink #FFC6B7
Tints of Your Pink #FFC6B7
RGB
CMYK
RGB Variations
Color information
#FFC6B7 (or 0xFFC6B7) is known color: Your Pink. HEX triplet: FF, C6 and B7. RGB value is (255,198,183). Sum of RGB (Red+Green+Blue) = 255+198+183=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 183 (71.88% from 255 or 28.77% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6B7 is #003948. Grayscale: #D5D5D5. Windows color (decimal): -14665 or 12044031. OLE color: 12044031.
HSL color Cylindrical-coordinate representation of color #FFC6B7: hue angle of 12.5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFC6B7 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 183 | - |
| CMYK | 0 | 0.22 | 0.28 | 0 |
| HSL | 12.5º | 1% | 0.86% | - |
| HSV(B) | 12.5º | 0.28% | 1% | - |
| XYZ | 69.98 | 65.07 | 53.67 | - |
| YUV | 213.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 183 | 0 | 0.22 | 0.28 | 0 | 12.5 | 1 | 0.86 |
| Hex | FF | C6 | B7 | 0 | 16 | 1C | 0 | C | 64 | 56 |
| Octal | 377 | 306 | 267 | 0 | 26 | 34 | 0 | 14 | 144 | 126 |
| Binary | 11111111 | 11000110 | 10110111 | 0 | 10110 | 11100 | 0 | 1100 | 1100100 | 1010110 |
Color Harmonies of #FFC6B7
Complementary color
Monochromatic Colors of #FFC6B7
Black with #FFC6B7
Text Example
Text Example
White with #FFC6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6B7; }
p { color: rgb(255,198,183); }
H1.HeaderClassName
{
color: #FFC6B7;
}
.AnyTagClassName
{
color: #FFC6B7;
}
</style>
background-color css
<style>
a { background-color: #FFC6B7; }
a { background-color: rgb(255,198,183); }
div.DivClassName
{
background-color: #FFC6B7;
}
.BgClassName
{
background-color: #FFC6B7;
}
</style>
border-color css
<style>
span { border-color: #FFC6B7; }
span { border-color: rgb(255,198,183); }
td.TdClassName
{
border-color: #FFC6B7;
}
.TagClassName
{
border-color: #FFC6B7;
}
</style>