Shades of Your Pink #FFC5BB
Tints of Your Pink #FFC5BB
RGB
CMYK
RGB Variations
Color information
#FFC5BB (or 0xFFC5BB) is known color: Your Pink. HEX triplet: FF, C5 and BB. RGB value is (255,197,187). Sum of RGB (Red+Green+Blue) = 255+197+187=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5BB is #003A44. Grayscale: #D5D5D5. Windows color (decimal): -14917 or 12305919. OLE color: 12305919.
HSL color Cylindrical-coordinate representation of color #FFC5BB: hue angle of 8.82º 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 #FFC5BB is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 187 | - |
| CMYK | 0 | 0.23 | 0.27 | 0 |
| HSL | 8.82º | 1% | 0.87% | - |
| HSV(B) | 8.82º | 0.27% | 1% | - |
| XYZ | 70.18 | 64.78 | 55.82 | - |
| YUV | 213.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 187 | 0 | 0.23 | 0.27 | 0 | 8.82 | 1 | 0.87 |
| Hex | FF | C5 | BB | 0 | 17 | 1B | 0 | 9 | 64 | 57 |
| Octal | 377 | 305 | 273 | 0 | 27 | 33 | 0 | 11 | 144 | 127 |
| Binary | 11111111 | 11000101 | 10111011 | 0 | 10111 | 11011 | 0 | 1001 | 1100100 | 1010111 |
Color Harmonies of #FFC5BB
Complementary color
Monochromatic Colors of #FFC5BB
Black with #FFC5BB
Text Example
Text Example
White with #FFC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5BB; }
p { color: rgb(255,197,187); }
H1.HeaderClassName
{
color: #FFC5BB;
}
.AnyTagClassName
{
color: #FFC5BB;
}
</style>
background-color css
<style>
a { background-color: #FFC5BB; }
a { background-color: rgb(255,197,187); }
div.DivClassName
{
background-color: #FFC5BB;
}
.BgClassName
{
background-color: #FFC5BB;
}
</style>
border-color css
<style>
span { border-color: #FFC5BB; }
span { border-color: rgb(255,197,187); }
td.TdClassName
{
border-color: #FFC5BB;
}
.TagClassName
{
border-color: #FFC5BB;
}
</style>