Shades of Your Pink #FFC5B6
Tints of Your Pink #FFC5B6
RGB
CMYK
RGB Variations
Color information
#FFC5B6 (or 0xFFC5B6) is known color: Your Pink. HEX triplet: FF, C5 and B6. RGB value is (255,197,182). Sum of RGB (Red+Green+Blue) = 255+197+182=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 182 (71.48% from 255 or 28.71% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5B6 is #003A49. Grayscale: #D4D4D4. Windows color (decimal): -14922 or 11978239. OLE color: 11978239.
HSL color Cylindrical-coordinate representation of color #FFC5B6: hue angle of 12.33º 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 #FFC5B6 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 182 | - |
| CMYK | 0 | 0.23 | 0.29 | 0 |
| HSL | 12.33º | 1% | 0.86% | - |
| HSV(B) | 12.33º | 0.29% | 1% | - |
| XYZ | 69.65 | 64.57 | 53.05 | - |
| YUV | 212.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 182 | 0 | 0.23 | 0.29 | 0 | 12.33 | 1 | 0.86 |
| Hex | FF | C5 | B6 | 0 | 17 | 1D | 0 | C | 64 | 56 |
| Octal | 377 | 305 | 266 | 0 | 27 | 35 | 0 | 14 | 144 | 126 |
| Binary | 11111111 | 11000101 | 10110110 | 0 | 10111 | 11101 | 0 | 1100 | 1100100 | 1010110 |
Color Harmonies of #FFC5B6
Complementary color
Monochromatic Colors of #FFC5B6
Black with #FFC5B6
Text Example
Text Example
White with #FFC5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5B6; }
p { color: rgb(255,197,182); }
H1.HeaderClassName
{
color: #FFC5B6;
}
.AnyTagClassName
{
color: #FFC5B6;
}
</style>
background-color css
<style>
a { background-color: #FFC5B6; }
a { background-color: rgb(255,197,182); }
div.DivClassName
{
background-color: #FFC5B6;
}
.BgClassName
{
background-color: #FFC5B6;
}
</style>
border-color css
<style>
span { border-color: #FFC5B6; }
span { border-color: rgb(255,197,182); }
td.TdClassName
{
border-color: #FFC5B6;
}
.TagClassName
{
border-color: #FFC5B6;
}
</style>