Shades of Your Pink #F5C1BA
Tints of Your Pink #F5C1BA
RGB
CMYK
RGB Variations
Color information
#F5C1BA (or 0xF5C1BA) is known color: Your Pink. HEX triplet: F5, C1 and BA. RGB value is (245,193,186). Sum of RGB (Red+Green+Blue) = 245+193+186=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C1BA is #0A3E45. Grayscale: #CFCFCF. Windows color (decimal): -671302 or 12239349. OLE color: 12239349.
HSL color Cylindrical-coordinate representation of color #F5C1BA: hue angle of 7.12º 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 #F5C1BA is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 186 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.04 |
| HSL | 7.12º | 0.75% | 0.85% | - |
| HSV(B) | 7.12º | 0.24% | 0.96% | - |
| XYZ | 65.59 | 61.1 | 54.79 | - |
| YUV | 207.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 186 | 0 | 0.21 | 0.24 | 0.04 | 7.12 | 0.75 | 0.85 |
| Hex | F5 | C1 | BA | 0 | 15 | 18 | 4 | 7 | 4B | 55 |
| Octal | 365 | 301 | 272 | 0 | 25 | 30 | 4 | 7 | 113 | 125 |
| Binary | 11110101 | 11000001 | 10111010 | 0 | 10101 | 11000 | 100 | 111 | 1001011 | 1010101 |
Color Harmonies of #F5C1BA
Complementary color
Monochromatic Colors of #F5C1BA
Black with #F5C1BA
Text Example
Text Example
White with #F5C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C1BA; }
p { color: rgb(245,193,186); }
H1.HeaderClassName
{
color: #F5C1BA;
}
.AnyTagClassName
{
color: #F5C1BA;
}
</style>
background-color css
<style>
a { background-color: #F5C1BA; }
a { background-color: rgb(245,193,186); }
div.DivClassName
{
background-color: #F5C1BA;
}
.BgClassName
{
background-color: #F5C1BA;
}
</style>
border-color css
<style>
span { border-color: #F5C1BA; }
span { border-color: rgb(245,193,186); }
td.TdClassName
{
border-color: #F5C1BA;
}
.TagClassName
{
border-color: #F5C1BA;
}
</style>