Shades of Your Pink #FFC6BB
Tints of Your Pink #FFC6BB
RGB
CMYK
RGB Variations
Color information
#FFC6BB (or 0xFFC6BB) is known color: Your Pink. HEX triplet: FF, C6 and BB. RGB value is (255,198,187). Sum of RGB (Red+Green+Blue) = 255+198+187=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6BB is #003944. Grayscale: #D5D5D5. Windows color (decimal): -14661 or 12306175. OLE color: 12306175.
HSL color Cylindrical-coordinate representation of color #FFC6BB: hue angle of 9.71º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFC6BB is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 187 | - |
| CMYK | 0 | 0.22 | 0.27 | 0 |
| HSL | 9.71º | 1% | 0.87% | - |
| HSV(B) | 9.71º | 0.27% | 1% | - |
| XYZ | 70.4 | 65.24 | 55.89 | - |
| YUV | 213.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 187 | 0 | 0.22 | 0.27 | 0 | 9.71 | 1 | 0.87 |
| Hex | FF | C6 | BB | 0 | 16 | 1B | 0 | A | 64 | 57 |
| Octal | 377 | 306 | 273 | 0 | 26 | 33 | 0 | 12 | 144 | 127 |
| Binary | 11111111 | 11000110 | 10111011 | 0 | 10110 | 11011 | 0 | 1010 | 1100100 | 1010111 |
Color Harmonies of #FFC6BB
Complementary color
Monochromatic Colors of #FFC6BB
Black with #FFC6BB
Text Example
Text Example
White with #FFC6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6BB; }
p { color: rgb(255,198,187); }
H1.HeaderClassName
{
color: #FFC6BB;
}
.AnyTagClassName
{
color: #FFC6BB;
}
</style>
background-color css
<style>
a { background-color: #FFC6BB; }
a { background-color: rgb(255,198,187); }
div.DivClassName
{
background-color: #FFC6BB;
}
.BgClassName
{
background-color: #FFC6BB;
}
</style>
border-color css
<style>
span { border-color: #FFC6BB; }
span { border-color: rgb(255,198,187); }
td.TdClassName
{
border-color: #FFC6BB;
}
.TagClassName
{
border-color: #FFC6BB;
}
</style>