Shades of Your Pink #FFC5B9
Tints of Your Pink #FFC5B9
RGB
CMYK
RGB Variations
Color information
#FFC5B9 (or 0xFFC5B9) is known color: Your Pink. HEX triplet: FF, C5 and B9. RGB value is (255,197,185). Sum of RGB (Red+Green+Blue) = 255+197+185=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5B9 is #003A46. Grayscale: #D5D5D5. Windows color (decimal): -14919 or 12174847. OLE color: 12174847.
HSL color Cylindrical-coordinate representation of color #FFC5B9: hue angle of 10.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFC5B9 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 185 | - |
| CMYK | 0 | 0.23 | 0.27 | 0 |
| HSL | 10.29º | 1% | 0.86% | - |
| HSV(B) | 10.29º | 0.27% | 1% | - |
| XYZ | 69.96 | 64.7 | 54.7 | - |
| YUV | 212.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 185 | 0 | 0.23 | 0.27 | 0 | 10.29 | 1 | 0.86 |
| Hex | FF | C5 | B9 | 0 | 17 | 1B | 0 | A | 64 | 56 |
| Octal | 377 | 305 | 271 | 0 | 27 | 33 | 0 | 12 | 144 | 126 |
| Binary | 11111111 | 11000101 | 10111001 | 0 | 10111 | 11011 | 0 | 1010 | 1100100 | 1010110 |
Color Harmonies of #FFC5B9
Complementary color
Monochromatic Colors of #FFC5B9
Black with #FFC5B9
Text Example
Text Example
White with #FFC5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5B9; }
p { color: rgb(255,197,185); }
H1.HeaderClassName
{
color: #FFC5B9;
}
.AnyTagClassName
{
color: #FFC5B9;
}
</style>
background-color css
<style>
a { background-color: #FFC5B9; }
a { background-color: rgb(255,197,185); }
div.DivClassName
{
background-color: #FFC5B9;
}
.BgClassName
{
background-color: #FFC5B9;
}
</style>
border-color css
<style>
span { border-color: #FFC5B9; }
span { border-color: rgb(255,197,185); }
td.TdClassName
{
border-color: #FFC5B9;
}
.TagClassName
{
border-color: #FFC5B9;
}
</style>