Shades of Your Pink #F3C5BA
Tints of Your Pink #F3C5BA
RGB
CMYK
RGB Variations
Color information
#F3C5BA (or 0xF3C5BA) is known color: Your Pink. HEX triplet: F3, C5 and BA. RGB value is (243,197,186). Sum of RGB (Red+Green+Blue) = 243+197+186=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5BA is #0C3A45. Grayscale: #D1D1D1. Windows color (decimal): -801350 or 12240371. OLE color: 12240371.
HSL color Cylindrical-coordinate representation of color #F3C5BA: hue angle of 11.58º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3C5BA is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 197 | 186 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.05 |
| HSL | 11.58º | 0.7% | 0.84% | - |
| HSV(B) | 11.58º | 0.23% | 0.95% | - |
| XYZ | 65.79 | 62.53 | 55.06 | - |
| YUV | 209.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 197 | 186 | 0 | 0.19 | 0.23 | 0.05 | 11.58 | 0.7 | 0.84 |
| Hex | F3 | C5 | BA | 0 | 13 | 17 | 5 | C | 46 | 54 |
| Octal | 363 | 305 | 272 | 0 | 23 | 27 | 5 | 14 | 106 | 124 |
| Binary | 11110011 | 11000101 | 10111010 | 0 | 10011 | 10111 | 101 | 1100 | 1000110 | 1010100 |
Color Harmonies of #F3C5BA
Complementary color
Monochromatic Colors of #F3C5BA
Black with #F3C5BA
Text Example
Text Example
White with #F3C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C5BA; }
p { color: rgb(243,197,186); }
H1.HeaderClassName
{
color: #F3C5BA;
}
.AnyTagClassName
{
color: #F3C5BA;
}
</style>
background-color css
<style>
a { background-color: #F3C5BA; }
a { background-color: rgb(243,197,186); }
div.DivClassName
{
background-color: #F3C5BA;
}
.BgClassName
{
background-color: #F3C5BA;
}
</style>
border-color css
<style>
span { border-color: #F3C5BA; }
span { border-color: rgb(243,197,186); }
td.TdClassName
{
border-color: #F3C5BA;
}
.TagClassName
{
border-color: #F3C5BA;
}
</style>