Shades of Your Pink #FFC6B6
Tints of Your Pink #FFC6B6
RGB
CMYK
RGB Variations
Color information
#FFC6B6 (or 0xFFC6B6) is known color: Your Pink. HEX triplet: FF, C6 and B6. RGB value is (255,198,182). Sum of RGB (Red+Green+Blue) = 255+198+182=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6B6 is #003949. Grayscale: #D5D5D5. Windows color (decimal): -14666 or 11978495. OLE color: 11978495.
HSL color Cylindrical-coordinate representation of color #FFC6B6: hue angle of 13.15º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFC6B6 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 182 | - |
| CMYK | 0 | 0.22 | 0.29 | 0 |
| HSL | 13.15º | 1% | 0.86% | - |
| HSV(B) | 13.15º | 0.29% | 1% | - |
| XYZ | 69.88 | 65.03 | 53.12 | - |
| YUV | 213.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 182 | 0 | 0.22 | 0.29 | 0 | 13.15 | 1 | 0.86 |
| Hex | FF | C6 | B6 | 0 | 16 | 1D | 0 | D | 64 | 56 |
| Octal | 377 | 306 | 266 | 0 | 26 | 35 | 0 | 15 | 144 | 126 |
| Binary | 11111111 | 11000110 | 10110110 | 0 | 10110 | 11101 | 0 | 1101 | 1100100 | 1010110 |
Color Harmonies of #FFC6B6
Complementary color
Monochromatic Colors of #FFC6B6
Black with #FFC6B6
Text Example
Text Example
White with #FFC6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6B6; }
p { color: rgb(255,198,182); }
H1.HeaderClassName
{
color: #FFC6B6;
}
.AnyTagClassName
{
color: #FFC6B6;
}
</style>
background-color css
<style>
a { background-color: #FFC6B6; }
a { background-color: rgb(255,198,182); }
div.DivClassName
{
background-color: #FFC6B6;
}
.BgClassName
{
background-color: #FFC6B6;
}
</style>
border-color css
<style>
span { border-color: #FFC6B6; }
span { border-color: rgb(255,198,182); }
td.TdClassName
{
border-color: #FFC6B6;
}
.TagClassName
{
border-color: #FFC6B6;
}
</style>