Shades of Your Pink #F5C5BA
Tints of Your Pink #F5C5BA
RGB
CMYK
RGB Variations
Color information
#F5C5BA (or 0xF5C5BA) is known color: Your Pink. HEX triplet: F5, C5 and BA. RGB value is (245,197,186). Sum of RGB (Red+Green+Blue) = 245+197+186=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C5BA is #0A3A45. Grayscale: #D2D2D2. Windows color (decimal): -670278 or 12240373. OLE color: 12240373.
HSL color Cylindrical-coordinate representation of color #F5C5BA: hue angle of 11.19º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5C5BA is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 197 | 186 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.04 |
| HSL | 11.19º | 0.75% | 0.85% | - |
| HSV(B) | 11.19º | 0.24% | 0.96% | - |
| XYZ | 66.49 | 62.89 | 55.09 | - |
| YUV | 210.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 197 | 186 | 0 | 0.20 | 0.24 | 0.04 | 11.19 | 0.75 | 0.85 |
| Hex | F5 | C5 | BA | 0 | 14 | 18 | 4 | B | 4B | 55 |
| Octal | 365 | 305 | 272 | 0 | 24 | 30 | 4 | 13 | 113 | 125 |
| Binary | 11110101 | 11000101 | 10111010 | 0 | 10100 | 11000 | 100 | 1011 | 1001011 | 1010101 |
Color Harmonies of #F5C5BA
Complementary color
Monochromatic Colors of #F5C5BA
Black with #F5C5BA
Text Example
Text Example
White with #F5C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C5BA; }
p { color: rgb(245,197,186); }
H1.HeaderClassName
{
color: #F5C5BA;
}
.AnyTagClassName
{
color: #F5C5BA;
}
</style>
background-color css
<style>
a { background-color: #F5C5BA; }
a { background-color: rgb(245,197,186); }
div.DivClassName
{
background-color: #F5C5BA;
}
.BgClassName
{
background-color: #F5C5BA;
}
</style>
border-color css
<style>
span { border-color: #F5C5BA; }
span { border-color: rgb(245,197,186); }
td.TdClassName
{
border-color: #F5C5BA;
}
.TagClassName
{
border-color: #F5C5BA;
}
</style>